Skip to content

Commit b12da5a

Browse files
committed
update readme again
1 parent 70612e3 commit b12da5a

2 files changed

Lines changed: 18 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Pablo Benmaman
3+
Copyright (c) 2021 Pablo
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,20 @@ dispatch(setDialogMessagesAction(['hello world', 'hello world 2']));
6868
This project uses [CRACO](https://github.com/gsoft-inc/craco) to force Webpack to load images as files and not as base64 strings, which are not supported by Phaser.
6969

7070
# Assets by Kenney.nl:
71-
https://www.kenney.nl/assets/rpg-urban-pack
72-
https://www.kenney.nl/assets/roguelike-rpg-pack
73-
https://www.kenney.nl/assets/pixel-platformer
74-
https://www.kenney.nl/assets/onscreen-controls
71+
- https://www.kenney.nl/assets/rpg-urban-pack
72+
- https://www.kenney.nl/assets/roguelike-rpg-pack
73+
- https://www.kenney.nl/assets/pixel-platformer
74+
- https://www.kenney.nl/assets/onscreen-controls
75+
76+
# License
77+
MIT License
78+
79+
Copyright (c) 2021 Pablo
80+
81+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
82+
83+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
84+
85+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
86+
87+
**Free Software, Hell Yeah!**

0 commit comments

Comments
 (0)