diff options
author | Brena Cardoso <> | 2024-01-28 10:55:28 +0200 |
---|---|---|
committer | Brena Cardoso <> | 2024-01-28 10:55:28 +0200 |
commit | 40e31067f724d7a0570d622cc4d4dc0ee7233275 (patch) | |
tree | 6d7a93f5b322be4c1a7dc59306fb215b796a11b0 | |
parent | e06387147840d4e0d93528bdf8f80be47ed766d4 (diff) | |
download | gamejam-ggj-2024-40e31067f724d7a0570d622cc4d4dc0ee7233275.tar.gz gamejam-ggj-2024-40e31067f724d7a0570d622cc4d4dc0ee7233275.tar.bz2 gamejam-ggj-2024-40e31067f724d7a0570d622cc4d4dc0ee7233275.zip |
Imagens de instrução sem fundo
-rw-r--r-- | game/main.tscn | 5 | ||||
-rw-r--r-- | game/shared/tutorial/assets/Img_maos_trocadas.png | bin | 21987 -> 21542 bytes | |||
-rw-r--r-- | game/shared/tutorial/assets/Img_maos_trocadas_mouse.png | bin | 0 -> 30488 bytes | |||
-rw-r--r-- | game/shared/tutorial/assets/Img_maos_trocadas_mouse.png.import | 34 | ||||
-rw-r--r-- | game/shared/tutorial/assets/Img_mindinho.png | bin | 18383 -> 17526 bytes | |||
-rw-r--r-- | game/shared/tutorial/assets/Img_mindinho_key.png | bin | 0 -> 24018 bytes | |||
-rw-r--r-- | game/shared/tutorial/assets/Img_mindinho_key.png.import | 34 | ||||
-rw-r--r-- | game/shared/tutorial/assets/Img_reverencia.png | bin | 17367 -> 16782 bytes | |||
-rw-r--r-- | game/shared/tutorial/assets/Img_reverencia_key.png | bin | 0 -> 29593 bytes | |||
-rw-r--r-- | game/shared/tutorial/assets/Img_reverencia_key.png.import | 34 |
10 files changed, 105 insertions, 2 deletions
diff --git a/game/main.tscn b/game/main.tscn index a553bf7..e64109c 100644 --- a/game/main.tscn +++ b/game/main.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=19 format=3 uid="uid://culqaacu08vye"] +[gd_scene load_steps=20 format=3 uid="uid://culqaacu08vye"] [ext_resource type="Script" path="res://game/main.gd" id="1_i86db"] [ext_resource type="PackedScene" uid="uid://u3g8s4kck61t" path="res://game/transition/transition.tscn" id="2_xhsf2"] @@ -7,6 +7,7 @@ [ext_resource type="Texture2D" uid="uid://dv4646lxakb8d" path="res://game/shared/tutorial/assets/Img_maos_trocadas.png" id="4_xg44k"] [ext_resource type="Texture2D" uid="uid://b81bbfen65gm3" path="res://game/shared/tutorial/assets/Img_reverencia.png" id="5_lhn6w"] [ext_resource type="Texture2D" uid="uid://cxhuyyforfxwm" path="res://game/shared/tutorial/assets/Img_mindinho.png" id="6_go5ee"] +[ext_resource type="Texture2D" uid="uid://qf4u4kat18k7" path="res://game/shared/tutorial/assets/Img_maos_trocadas_mouse.png" id="8_lgnra"] [sub_resource type="Animation" id="Animation_q2678"] length = 0.001 @@ -292,7 +293,7 @@ offset_left = 736.0 offset_top = 17.0 offset_right = 1107.0 offset_bottom = 388.0 -texture = ExtResource("4_xg44k") +texture = ExtResource("8_lgnra") [node name="LabelTitle" type="Label" parent="InstructionLayer/InstructionPopup"] unique_name_in_owner = true diff --git a/game/shared/tutorial/assets/Img_maos_trocadas.png b/game/shared/tutorial/assets/Img_maos_trocadas.png Binary files differindex c34d086..bbc8d1d 100644 --- a/game/shared/tutorial/assets/Img_maos_trocadas.png +++ b/game/shared/tutorial/assets/Img_maos_trocadas.png diff --git a/game/shared/tutorial/assets/Img_maos_trocadas_mouse.png b/game/shared/tutorial/assets/Img_maos_trocadas_mouse.png Binary files differnew file mode 100644 index 0000000..ff0e391 --- /dev/null +++ b/game/shared/tutorial/assets/Img_maos_trocadas_mouse.png diff --git a/game/shared/tutorial/assets/Img_maos_trocadas_mouse.png.import b/game/shared/tutorial/assets/Img_maos_trocadas_mouse.png.import new file mode 100644 index 0000000..c42c9d5 --- /dev/null +++ b/game/shared/tutorial/assets/Img_maos_trocadas_mouse.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://qf4u4kat18k7" +path="res://.godot/imported/Img_maos_trocadas_mouse.png-af73ae5c0ff679f277aba06d94ca80ad.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://game/shared/tutorial/assets/Img_maos_trocadas_mouse.png" +dest_files=["res://.godot/imported/Img_maos_trocadas_mouse.png-af73ae5c0ff679f277aba06d94ca80ad.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/tutorial/assets/Img_mindinho.png b/game/shared/tutorial/assets/Img_mindinho.png Binary files differindex 6d95852..750bc9b 100644 --- a/game/shared/tutorial/assets/Img_mindinho.png +++ b/game/shared/tutorial/assets/Img_mindinho.png diff --git a/game/shared/tutorial/assets/Img_mindinho_key.png b/game/shared/tutorial/assets/Img_mindinho_key.png Binary files differnew file mode 100644 index 0000000..8be11fe --- /dev/null +++ b/game/shared/tutorial/assets/Img_mindinho_key.png diff --git a/game/shared/tutorial/assets/Img_mindinho_key.png.import b/game/shared/tutorial/assets/Img_mindinho_key.png.import new file mode 100644 index 0000000..09d70cc --- /dev/null +++ b/game/shared/tutorial/assets/Img_mindinho_key.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c5yrembbyndn1" +path="res://.godot/imported/Img_mindinho_key.png-2d9b8b19fd0eac91cf9990866a4df828.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://game/shared/tutorial/assets/Img_mindinho_key.png" +dest_files=["res://.godot/imported/Img_mindinho_key.png-2d9b8b19fd0eac91cf9990866a4df828.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/tutorial/assets/Img_reverencia.png b/game/shared/tutorial/assets/Img_reverencia.png Binary files differindex 67b15d2..f27d263 100644 --- a/game/shared/tutorial/assets/Img_reverencia.png +++ b/game/shared/tutorial/assets/Img_reverencia.png diff --git a/game/shared/tutorial/assets/Img_reverencia_key.png b/game/shared/tutorial/assets/Img_reverencia_key.png Binary files differnew file mode 100644 index 0000000..0bb7771 --- /dev/null +++ b/game/shared/tutorial/assets/Img_reverencia_key.png diff --git a/game/shared/tutorial/assets/Img_reverencia_key.png.import b/game/shared/tutorial/assets/Img_reverencia_key.png.import new file mode 100644 index 0000000..9734967 --- /dev/null +++ b/game/shared/tutorial/assets/Img_reverencia_key.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d1j7603pam2ni" +path="res://.godot/imported/Img_reverencia_key.png-4fb9872fb37787355222831d22a237f6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://game/shared/tutorial/assets/Img_reverencia_key.png" +dest_files=["res://.godot/imported/Img_reverencia_key.png-4fb9872fb37787355222831d22a237f6.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 |