diff options
author | LAILALORYPC\laila <lailalory@gmail.com> | 2024-01-26 15:10:54 -0300 |
---|---|---|
committer | LAILALORYPC\laila <lailalory@gmail.com> | 2024-01-26 15:10:54 -0300 |
commit | a7af5251bf9654f4cb9d7754201a58b9029e5b13 (patch) | |
tree | bec936cfb43727c492e5e7993fd993ff1930055c | |
parent | 22da7c525f561f612054b6774f2706747eaa3c9a (diff) | |
download | gamejam-ggj-2024-a7af5251bf9654f4cb9d7754201a58b9029e5b13.tar.gz gamejam-ggj-2024-a7af5251bf9654f4cb9d7754201a58b9029e5b13.tar.bz2 gamejam-ggj-2024-a7af5251bf9654f4cb9d7754201a58b9029e5b13.zip |
sheet with characters for dating show
-rw-r--r-- | game/shared/assets/namoradinha_sheet.png | bin | 0 -> 147247 bytes | |||
-rw-r--r-- | game/shared/assets/namoradinha_sheet.png.import | 34 | ||||
-rw-r--r-- | game/shared/characters/character_animation.tscn | 3 |
3 files changed, 37 insertions, 0 deletions
diff --git a/game/shared/assets/namoradinha_sheet.png b/game/shared/assets/namoradinha_sheet.png Binary files differnew file mode 100644 index 0000000..edf7c18 --- /dev/null +++ b/game/shared/assets/namoradinha_sheet.png diff --git a/game/shared/assets/namoradinha_sheet.png.import b/game/shared/assets/namoradinha_sheet.png.import new file mode 100644 index 0000000..e373645 --- /dev/null +++ b/game/shared/assets/namoradinha_sheet.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://6v31vl2mxbvb" +path="res://.godot/imported/namoradinha_sheet.png-96c357757a2286e7274885157253740e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://game/shared/assets/namoradinha_sheet.png" +dest_files=["res://.godot/imported/namoradinha_sheet.png-96c357757a2286e7274885157253740e.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 diff --git a/game/shared/characters/character_animation.tscn b/game/shared/characters/character_animation.tscn new file mode 100644 index 0000000..f8e1c5d --- /dev/null +++ b/game/shared/characters/character_animation.tscn @@ -0,0 +1,3 @@ +[gd_scene format=3 uid="uid://k0mx61qjphst"] + +[node name="CharacterAnimation" type="Node2D"] |