feat(godot4): project automatic upgrade from godot 3 to 4
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
[gd_scene load_steps=32 format=2]
|
||||
|
||||
[ext_resource path="res://addons/escoria-ui-return-monkey-island/esc_player_with_tooltip.gd" type="Script" id=1]
|
||||
[ext_resource path="res://gymkhana/characters/oier/oier-mod.png" type="Texture" id=2]
|
||||
[ext_resource path="res://gymkhana/characters/oier/oier-mod.png" type="Texture2D" id=2]
|
||||
[ext_resource path="res://gymkhana/characters/oier/oier_animations.tres" type="Resource" id=3]
|
||||
[ext_resource path="res://gymkhana/characters/oier/oier-mod-talk.png" type="Texture" id=4]
|
||||
[ext_resource path="res://gymkhana/characters/oier/oier-mod-talk.png" type="Texture2D" id=4]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=22]
|
||||
flags = 4
|
||||
@@ -193,7 +193,7 @@ radius = 53.0
|
||||
height = 208.0
|
||||
|
||||
[node name="ESCPlayerWithTooltip" type="Area2D"]
|
||||
pause_mode = 1
|
||||
process_mode = 1
|
||||
position = Vector2( -5, 0 )
|
||||
script = ExtResource( 1 )
|
||||
global_id = "player"
|
||||
@@ -205,7 +205,7 @@ combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 0.321569, 0.662745, 0.301961, 1 )
|
||||
animations = ExtResource( 3 )
|
||||
|
||||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2( 0, -155 )
|
||||
scale = Vector2( 0.389246, 0.389247 )
|
||||
frames = SubResource( 20 )
|
||||
@@ -215,5 +215,5 @@ animation = "speak_down"
|
||||
position = Vector2( 5, -151 )
|
||||
shape = SubResource( 21 )
|
||||
|
||||
[node name="dialog_position" type="Position2D" parent="."]
|
||||
[node name="dialog_position" type="Marker2D" parent="."]
|
||||
position = Vector2( 1, -473 )
|
||||
|
||||
Reference in New Issue
Block a user