soniditos

This commit is contained in:
2023-08-27 04:26:22 +02:00
parent 0a748b63d0
commit 494af4dd0e
12 changed files with 9 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ margin_bottom = 97.0
theme = ExtResource( 2 )
bbcode_enabled = true
bbcode_text = "[center]Here be some text.[/center]"
text = "[center]Here be some text.[/center]"
text = "Here be some text."
fit_content_height = true
script = ExtResource( 1 )

Binary file not shown.

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=23 format=2]
[gd_scene load_steps=22 format=2]
[ext_resource path="res://gymkhana/characters/eneko/eneko_smoking_animatios.tres" type="Resource" id=1]
[ext_resource path="res://gymkhana/addons/escoria-ui-return-monkey-island/esc_player_with_tooltip.gd" type="Script" id=2]
@@ -18,7 +18,6 @@
[ext_resource path="res://gymkhana/rooms/trasera_cocina/assets/eneko-anim/unscreen-007.png" type="Texture" id=16]
[ext_resource path="res://gymkhana/rooms/trasera_cocina/assets/eneko-anim/unscreen-015.png" type="Texture" id=17]
[ext_resource path="res://gymkhana/rooms/trasera_cocina/assets/eneko-anim/unscreen-014.png" type="Texture" id=18]
[ext_resource path="res://gymkhana/characters/eneko/assets/speak-3.png" type="Texture" id=19]
[ext_resource path="res://gymkhana/characters/eneko/assets/speak-2.png" type="Texture" id=20]
[sub_resource type="AtlasTexture" id=2]
@@ -33,7 +32,7 @@ animations = [ {
"name": "idle",
"speed": 5.0
}, {
"frames": [ ExtResource( 7 ), SubResource( 2 ), ExtResource( 19 ) ],
"frames": [ ExtResource( 7 ), SubResource( 2 ) ],
"loop": true,
"name": "speak",
"speed": 5.0

View File

@@ -1,2 +1,3 @@
:action1
play_snd res://gymkhana/sounds/cocina_delante_open.ogg
change_scene "res://gymkhana/rooms/turno_cocina/cocina_delante/cocina_delante.tscn"

View File

@@ -1,2 +1,3 @@
:action1
play_snd res://gymkhana/sounds/cocina_detras_open.ogg
change_scene "res://gymkhana/rooms/turno_cocina/cocina_detras/cocina_detras.tscn"

View File

@@ -1,2 +1,3 @@
:action1
play_snd res://gymkhana/sounds/cocina_delante_open.ogg
change_scene "res://gymkhana/rooms/turno_cocina/cocina/cocina.tscn"

View File

@@ -1,2 +1,3 @@
:action1
play_snd res://gymkhana/sounds/despensa_open.ogg
change_scene "res://gymkhana/rooms/turno_cocina/despensa/despensa.tscn"

View File

@@ -1,2 +1,3 @@
:action1
play_snd res://gymkhana/sounds/cocina_detras_open.ogg
change_scene "res://gymkhana/rooms/turno_cocina/cocina/cocina.tscn"

View File

@@ -1,2 +1,3 @@
:action1
play_snd res://gymkhana/sounds/despensa_open.ogg
change_scene "res://gymkhana/rooms/turno_cocina/cocina_delante/cocina_delante.tscn"

Binary file not shown.

Binary file not shown.

Binary file not shown.