feat(escoria4): upgraded project to Godot 4.4
This commit is contained in:
@@ -1,24 +1,23 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bthshk88n0ida"]
|
||||
|
||||
[ext_resource path="res://addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd" type="Script" id=1]
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/cocina/assets/jarra.png" type="Texture2D" id=2]
|
||||
[ext_resource type="Script" uid="uid://ceym82rf2qnxu" path="res://addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd" id="1"]
|
||||
[ext_resource type="Texture2D" uid="uid://bfrdglprxc04e" path="res://gymkhana/rooms/turno_cocina/cocina/assets/jarra.png" id="2"]
|
||||
|
||||
[node name="turno_cocina_jarra" type="Area2D"]
|
||||
process_mode = 1
|
||||
script = ExtResource( 1 )
|
||||
script = ExtResource("1")
|
||||
global_id = "turno_cocina_jarra"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/jarra.esc"
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
|
||||
dialog_color = Color(1, 1, 1, 1)
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
}
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
rotation = -0.0698132
|
||||
scale = Vector2( 0.18, 0.18 )
|
||||
texture = ExtResource( 2 )
|
||||
scale = Vector2(0.18, 0.18)
|
||||
texture = ExtResource("2")
|
||||
|
||||
Reference in New Issue
Block a user