This commit is contained in:
Anthony Axenov 2024-05-17 12:48:20 +08:00
parent 3afb13063e
commit b9430b518a
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
9260 changed files with 266058 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Godot 4+ specific ignores
.godot/
/build

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2024 Антон Аксенов (aka Anthony Axenov)
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:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
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.

52
README.md Normal file
View File

@ -0,0 +1,52 @@
# Toddler play
Simple and beautiful 2D platformer for children made in Godot v4.2.2.
I make it in my spare time for myself (to learn game engine) and for my kid (to learn keyboard and coordination and just to have some fun).
![Screenshot](screenshot.png)
## Pickups
**Yellow star** adds +1 to score count.
Stars are just visible navigation points that help a child to navigate in game level by pressing buttons to move in the desired direction (separately or simultaneously), overcome obstacles and reach the end.
Star count is just a number in the upper left corner that does nothing and does not affect anything.
**Green flag** finishes current level and loads next one.
When picked up in last level first one will be loaded.
## Controls
| Keys | Action |
|-------------------------|--------------------------------|
| `A`, `ArrowLeft` | Move left |
| `D`, `ArrowRight` | Move right |
| `W`, `ArrowUp`, `Space` | Jump |
| `Enter` | Start game (in main menu) |
| `Enter`, `R` | Restart level (in game) |
| `1-9` | Start selected level (in game) |
Also in some levels there are some spring jumpers to jump higher.
## Installation
Just download a binary file for your OS from [Releases](https://github.com/anthonyaxenov/toddler-play/releases) page somewhere on your drive and run.
## Compiling
1. Install Godot v4.*
2. Clone this project into directory of your choice:
```
git clone https://github.com/anthonyaxenov/toddler-play.git
```
3. Open cloned project in Godot
4. Go to Project - Export... in main menu
5. Select a template according to destination OS and press Export
6. Run freshly squeezed executable binary from `./build` folder
## License
You can use this project under the terms of the [MIT License](LICENSE) respecting licenses of 3rd-party resources used in this project.
Information about ones you can find in [`./assets`](assets) folder.

6
TODO.md Normal file
View File

@ -0,0 +1,6 @@
# Todo
* [ ] player's camera limits per level
* [ ] sounds
* [ ] respawn player when outside the level area
* [ ]

32
assets/CREDITS.md Normal file
View File

@ -0,0 +1,32 @@
# Credits
## Kenney graphics
Asset packs by [Kenney Vleugels](www.kenney.nl) used in project:
* [Abstract Platformer](https://kenney.nl/assets/abstract-platformer) ([`./abstract-platformer`](abstract-platformer))
* [Platformer Art Deluxe](https://kenney.nl/assets/platformer-art-deluxe) ([`./platformer-art-deluxe`](platformer-art-deluxe))
* [Platformer Pack Medieval](https://kenney.nl/assets/platformer-pack-medieval) ([`./platformer-pack-medieval`](platformer-pack-medieval))
* [Platformer Pack Industrial](https://kenney.nl/assets/platformer-pack-industrial) ([`./platformer-pack-industrial`](platformer-pack-industrial))
* [Platformer Characters](https://kenney.nl/assets/platformer-characters) ([`./platformer-characters`](platformer-characters))
* [Simplified Platformer Pack](https://kenney.nl/assets/simplified-platformer-pack) ([`./simplified-platformer-pack`](simplified-platformer-pack))
* [Jumper Pack](https://kenney.nl/assets/jumper-pack) ([`./jumper-pack`](jumper-pack))
* [Toy Brick Pack](https://kenney.nl/assets/toy-brick-pack) ([`./toy-brick-pack`](toy-brick-pack))
* [UI Pack](https://kenney.nl/assets/ui-pack) ([`./ui-pack`](ui-pack))
* [UI Pack (RPG Expansion)](https://kenney.nl/assets/ui-pack-rpg-expansion) ([`./ui-pack-rpg-expansion`](ui-pack-rpg-expansion))
* [Game Icons](https://kenney.nl/assets/game-icons) ([`./game-icons`](game-icons))
* [Background Elements](https://kenney.nl/assets/background-elements) ([`./background-elements`](background-elements))
* [Background Elements Redux](https://kenney.nl/assets/background-elements-redux) ([`./background-elements-redux`](background-elements-redux))
* [Shape Characters](https://kenney.nl/assets/shape-characters) ([`./shape-characters`](shape-characters))
* [Generic Items](https://kenney.nl/assets/generic-items) ([`./generic-items`](generic-items))
* [Medals](https://kenney.nl/assets/medals) ([`./medals`](medals))
* [Animal Pack Redux](https://kenney.nl/assets/animal-pack-redux) ([`./animal-pack-redux`](animal-pack-redux))
* [Foliage Pack](https://kenney.nl/assets/foliage-pack) ([`./foliage-pack`](foliage-pack))
All mentioned graphic content licensed under [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Some files was deleted to reduce project size.
## 3 Parallax Backgrounds
[Parallax background layers](https://opengameart.org/content/3-parallax-backgrounds) ([`./parallax-backgrounds`](./parallax-backgrounds)) by [Mobile Game Graphics](https://opengameart.org/users/mobile-game-graphics) and licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html).

45
assets/_old/README.md Normal file
View File

@ -0,0 +1,45 @@
# Credits
This information is about files in this forlder.
Info about other graphics you can find in subfolders.
## 6 Colored Pipes
File: [pipes.png](pipes.png)
Author: [ImogiaGames](https://opengameart.org/users/imogiagames)
Source: https://opengameart.org/content/6-colored-pipes
License: [CC BY 4.0 DEED](https://creativecommons.org/licenses/by/4.0/)
## Platformer tiles and template
File: [tileset.png](tileset.png)
Author: [Dave Watts](https://opengameart.org/users/imogiagames)
Source: https://opengameart.org/content/platformer-tiles-and-template
License: [CC0 1.0 DEED](https://creativecommons.org/publicdomain/zero/1.0/)
## Small treasure chests 32x32 & NES 8-bit chests
File: [chests.png](chests.png)
Author: [ImogiaGames](https://opengameart.org/users/imogiagames)
Source: https://opengameart.org/content/small-treasure-chests-32x32-nes-8-bit-chests
License: [CC BY 4.0 DEED](https://creativecommons.org/licenses/by/4.0/)
## Stars
File: [stars.gif](stars.gif)
Author: [Makaronsi7792](https://opengameart.org/users/makaronsi7792)
Source: https://opengameart.org/content/stars-4
License: [CC BY 3.0 DEED](https://creativecommons.org/licenses/by/3.0/)

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c5noulnp0ixp1"
path="res://.godot/imported/BTN-arrow.png-55118cf019e5d7e638f06db9d7a46857.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-arrow.png"
dest_files=["res://.godot/imported/BTN-arrow.png-55118cf019e5d7e638f06db9d7a46857.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c4gp42eqn14s2"
path="res://.godot/imported/BTN-audio-off.png-df358766e3a38f7dc2f636f038ee9da9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-audio-off.png"
dest_files=["res://.godot/imported/BTN-audio-off.png-df358766e3a38f7dc2f636f038ee9da9.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dn4mdhjawcmqu"
path="res://.godot/imported/BTN-audio-on.png-bd922992073cd97e1bf84941f28ca460.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-audio-on.png"
dest_files=["res://.godot/imported/BTN-audio-on.png-bd922992073cd97e1bf84941f28ca460.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bts6k7dwbk2xu"
path="res://.godot/imported/BTN-bars.png-dedbd463220d9ec058d3f709db159008.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-bars.png"
dest_files=["res://.godot/imported/BTN-bars.png-dedbd463220d9ec058d3f709db159008.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://3v57hth1dco"
path="res://.godot/imported/BTN-check.png-d8f180f5eeb216bc561807c8282e6459.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-check.png"
dest_files=["res://.godot/imported/BTN-check.png-d8f180f5eeb216bc561807c8282e6459.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://5jno83m3uc67"
path="res://.godot/imported/BTN-close.png-a717b0b35b31231b3b1eb8cfb97cdc0f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-close.png"
dest_files=["res://.godot/imported/BTN-close.png-a717b0b35b31231b3b1eb8cfb97cdc0f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b1pfrqn2i0nu8"
path="res://.godot/imported/BTN-gear.png-060a5859691716b52989c700d15e3b9e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-gear.png"
dest_files=["res://.godot/imported/BTN-gear.png-060a5859691716b52989c700d15e3b9e.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cj3icowvrkbwi"
path="res://.godot/imported/BTN-home.png-334c5561313360ab618a52d35a1dc6a3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-home.png"
dest_files=["res://.godot/imported/BTN-home.png-334c5561313360ab618a52d35a1dc6a3.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://i4al4ox7mgeh"
path="res://.godot/imported/BTN-info.png-38583e13d04179d825dac50473daf425.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-info.png"
dest_files=["res://.godot/imported/BTN-info.png-38583e13d04179d825dac50473daf425.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://sxtv4jecpkg0"
path="res://.godot/imported/BTN-pause.png-6caa0621fd2c4c97fc70ee6545c90794.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-pause.png"
dest_files=["res://.godot/imported/BTN-pause.png-6caa0621fd2c4c97fc70ee6545c90794.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://4b7q7hqa4kd1"
path="res://.godot/imported/BTN-play.png-ce6a0a48b23dbc75a70fa6ca50afe1c9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-play.png"
dest_files=["res://.godot/imported/BTN-play.png-ce6a0a48b23dbc75a70fa6ca50afe1c9.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cmp5limben34c"
path="res://.godot/imported/BTN-return.png-e701fe2cb64efd4cfdb04e2031a23234.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-return.png"
dest_files=["res://.godot/imported/BTN-return.png-e701fe2cb64efd4cfdb04e2031a23234.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://djuvmdri2dokv"
path="res://.godot/imported/BTN-return2.png-fdc56f22fee5b44983ca760228128c66.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-return2.png"
dest_files=["res://.godot/imported/BTN-return2.png-fdc56f22fee5b44983ca760228128c66.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d3f8br7e2bvbs"
path="res://.godot/imported/BTN-star-fill.png-fbb96d7414e6366843cb51912b036e46.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-star-fill.png"
dest_files=["res://.godot/imported/BTN-star-fill.png-fbb96d7414e6366843cb51912b036e46.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dga27nmx54dl"
path="res://.godot/imported/BTN-star.png-38e19bffbd3b440d0c71035e9c4a24a1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-1/BTN-star.png"
dest_files=["res://.godot/imported/BTN-star.png-38e19bffbd3b440d0c71035e9c4a24a1.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c1bk4b3jm8w65"
path="res://.godot/imported/btn-red-larg.png-282bbba6b508a4dc629128adea85fe0c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-2/btn-red-larg.png"
dest_files=["res://.godot/imported/btn-red-larg.png-282bbba6b508a4dc629128adea85fe0c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cktrws01eirsn"
path="res://.godot/imported/btn-red.png-82e99fbe737e81dee87664c45ac90f39.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-2/btn-red.png"
dest_files=["res://.godot/imported/btn-red.png-82e99fbe737e81dee87664c45ac90f39.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cf6jfqp0pw3tt"
path="res://.godot/imported/check-circle.png-fbb63f3ae4b85af221de8e6014a44289.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-3/check-circle.png"
dest_files=["res://.godot/imported/check-circle.png-fbb63f3ae4b85af221de8e6014a44289.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dhkg47n8gyv54"
path="res://.godot/imported/close-circle.png-16d60b9dfb398da73b57a6a16c7f9279.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-3/close-circle.png"
dest_files=["res://.godot/imported/close-circle.png-16d60b9dfb398da73b57a6a16c7f9279.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c6ulpxiaa2lu0"
path="res://.godot/imported/profile-2.png-42b677c34ac09b5b05b4372354e4155f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-3/profile-2.png"
dest_files=["res://.godot/imported/profile-2.png-42b677c34ac09b5b05b4372354e4155f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://qa845bfykmht"
path="res://.godot/imported/profile-3.png-200aff706295d48164113f44b6fb6ff1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-3/profile-3.png"
dest_files=["res://.godot/imported/profile-3.png-200aff706295d48164113f44b6fb6ff1.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cbuhl33dwl3n5"
path="res://.godot/imported/profile.png-1fb3eaa27dce5a6d54f12718f4dd2cf3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/BTN-3/profile.png"
dest_files=["res://.godot/imported/profile.png-1fb3eaa27dce5a6d54f12718f4dd2cf3.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View File

@ -0,0 +1,7 @@
# Small treasure chests 32x32 & NES 8-bit chests
Author: [DomoArto](https://opengameart.org/users/domoarto)
Source: https://opengameart.org/content/basic-game-gui
License: [CC BY 4.0 DEED](https://creativecommons.org/licenses/by/4.0/)

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://67ywengjnpiv"
path="res://.godot/imported/bar-red-progress.png-d43e17b22534b70c49043fb4ab2b6854.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/bars/bar-red-progress.png"
dest_files=["res://.godot/imported/bar-red-progress.png-d43e17b22534b70c49043fb4ab2b6854.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bro6w13posvkc"
path="res://.godot/imported/bar-red-progress2.png-c90b9b0ffb2544c77e590b1b46568b29.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/bars/bar-red-progress2.png"
dest_files=["res://.godot/imported/bar-red-progress2.png-c90b9b0ffb2544c77e590b1b46568b29.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cgwedu2e7pm48"
path="res://.godot/imported/line-2.png-29578829e408eb5d990c93a2b40951d4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/bars/line-2.png"
dest_files=["res://.godot/imported/line-2.png-29578829e408eb5d990c93a2b40951d4.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c7ygyfdpkb6wp"
path="res://.godot/imported/line.png-4230647cef6c5eb72b355e85caaeae1b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/bars/line.png"
dest_files=["res://.godot/imported/line.png-4230647cef6c5eb72b355e85caaeae1b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://vpalpsy2iyye"
path="res://.godot/imported/progress-bar-red-2.png-9d7848e70b7281ed32d8b63f5eced2d0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/bars/progress-bar-red-2.png"
dest_files=["res://.godot/imported/progress-bar-red-2.png-9d7848e70b7281ed32d8b63f5eced2d0.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ck302tkd6mo4y"
path="res://.godot/imported/progress-bar-red.png-ae5fae141dff6a97eb0bbd4024639de3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/bars/progress-bar-red.png"
dest_files=["res://.godot/imported/progress-bar-red.png-ae5fae141dff6a97eb0bbd4024639de3.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dhx54u6xuqpsb"
path="res://.godot/imported/body-card.png-5384f404c76842911c8b81a7a9d094f3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/body-card.png"
dest_files=["res://.godot/imported/body-card.png-5384f404c76842911c8b81a7a9d094f3.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 821 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://si3tcrine738"
path="res://.godot/imported/header-card.png-e3325167dc98c9994c95330353da54cb.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/header-card.png"
dest_files=["res://.godot/imported/header-card.png-e3325167dc98c9994c95330353da54cb.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b1d450tno8xtw"
path="res://.godot/imported/arrow-fat-up.png-66fb97f7e0d6d2760448d100c55d272b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/arrow-fat-up.png"
dest_files=["res://.godot/imported/arrow-fat-up.png-66fb97f7e0d6d2760448d100c55d272b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bqk578crv2mas"
path="res://.godot/imported/audio-off.png-8455e73eb1046db885bfd4f9acfcf3cf.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/audio-off.png"
dest_files=["res://.godot/imported/audio-off.png-8455e73eb1046db885bfd4f9acfcf3cf.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://jrlqov6fx7qo"
path="res://.godot/imported/audio-on.png-f6a3a93cd9433ca263ad17c5da903239.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/audio-on.png"
dest_files=["res://.godot/imported/audio-on.png-f6a3a93cd9433ca263ad17c5da903239.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://8ntsbpmc6v1n"
path="res://.godot/imported/bars-menu.png-efe8d280fd86ba63cea88cb6b8a147aa.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/bars-menu.png"
dest_files=["res://.godot/imported/bars-menu.png-efe8d280fd86ba63cea88cb6b8a147aa.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b37sgmscj4hnj"
path="res://.godot/imported/check.png-025c4dcd541496dfd1fa9feb0162d273.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/check.png"
dest_files=["res://.godot/imported/check.png-025c4dcd541496dfd1fa9feb0162d273.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ol734l871bup"
path="res://.godot/imported/close.png-89edb37195b5a46d08745b024feab2f5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/close.png"
dest_files=["res://.godot/imported/close.png-89edb37195b5a46d08745b024feab2f5.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dpwowyxv8pmyl"
path="res://.godot/imported/gear.png-29460b1f5e9567e44dda50e5070ea4be.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/gear.png"
dest_files=["res://.godot/imported/gear.png-29460b1f5e9567e44dda50e5070ea4be.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dvb7mmdsueduq"
path="res://.godot/imported/home.png-6428b6d6f1dc86960221d39a3c798102.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/home.png"
dest_files=["res://.godot/imported/home.png-6428b6d6f1dc86960221d39a3c798102.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://3t7w6iod0pbg"
path="res://.godot/imported/info.png-8ed62bc41f7d9a84df1807176a10d817.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/info.png"
dest_files=["res://.godot/imported/info.png-8ed62bc41f7d9a84df1807176a10d817.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dnrmlojjekjxd"
path="res://.godot/imported/pause.png-be737c68f2f1138b532fae81c2e1bdb8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/pause.png"
dest_files=["res://.godot/imported/pause.png-be737c68f2f1138b532fae81c2e1bdb8.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cg7q0iyrw4u4k"
path="res://.godot/imported/play.png-7922a75830281a53348439e58d23afd2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/play.png"
dest_files=["res://.godot/imported/play.png-7922a75830281a53348439e58d23afd2.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dr17orggfiigk"
path="res://.godot/imported/return.png-930e433edd2faf3af875b7cf1405cee7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/return.png"
dest_files=["res://.godot/imported/return.png-930e433edd2faf3af875b7cf1405cee7.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dm01ae574mceq"
path="res://.godot/imported/return2.png-7e125c17e95ff7cb8061e12c1d8422e6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/return2.png"
dest_files=["res://.godot/imported/return2.png-7e125c17e95ff7cb8061e12c1d8422e6.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dhdstgyfgnw7l"
path="res://.godot/imported/star-fill.png-be3188914e3456325c93c4a3de9f5b19.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/star-fill.png"
dest_files=["res://.godot/imported/star-fill.png-be3188914e3456325c93c4a3de9f5b19.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://1ut2yy7pxalq"
path="res://.godot/imported/star.png-3f88693702ed461e28bc9320f122b79f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/_old/basic-gui/icons/star.png"
dest_files=["res://.godot/imported/star.png-3f88693702ed461e28bc9320f122b79f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View File

@ -0,0 +1,7 @@
# Basic Player
Author: [DesAll](https://opengameart.org/users/desall)
Source: https://opengameart.org/content/basic-player
License: [CC BY-SA 4.0 DEED](https://creativecommons.org/licenses/by-sa/4.0/)

View File

@ -0,0 +1,15 @@
Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
You are free to:
Share — copy and redistribute the material in any medium or format
Adapt — remix, transform, and build upon the material
for any purpose, even commercially.
Under the following terms:
Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.almente a otros de hacer cualquier cosa que permita la licencia.

Some files were not shown because too many files have changed in this diff Show More