Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3yx committed Aug 2, 2022
1 parent 61eddbc commit f8e23a5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ image: busybox
pages:
stage: deploy
script:
- rm README.md .gitlab-ci.yml
- mkdir .public
- cp -r -- * .public
- rm .public/README.md
- mv .public public
artifacts:
paths:
- .
- public
only:
- main
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,26 @@ Textures used in this port may look weird as my `background-position` and
`background-size` CSS doesn't appear to work perfectly.

[Try it online](https://luk3yx.gitlab.io/flowit-web)

## License

### Code

Copyright © 2022 by luk3yx

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

### `texture.png`

See https://github.com/Flowit-Game/Flowit

0 comments on commit f8e23a5

Please sign in to comment.