feat(godot4): project automatic upgrade from godot 3 to 4
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource path="res://gymkhana/characters/eneko/eneko_smoking_animatios.tres" type="Resource" id=1]
|
||||
[ext_resource path="res://addons/escoria-ui-return-monkey-island/esc_player_with_tooltip.gd" type="Script" id=2]
|
||||
[ext_resource path="res://gymkhana/characters/talking-heads/assets/eneko-avatar-talking.png" type="Texture" id=3]
|
||||
[ext_resource path="res://gymkhana/characters/talking-heads/assets/eneko-avatar-talking.png" type="Texture2D" id=3]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
flags = 4
|
||||
@@ -36,7 +36,7 @@ animations = [ {
|
||||
radius = 40.1123
|
||||
|
||||
[node name="ESCPlayerWithTooltip2" type="Area2D"]
|
||||
pause_mode = 1
|
||||
process_mode = 1
|
||||
script = ExtResource( 2 )
|
||||
global_id = "eneko_head"
|
||||
is_interactive = false
|
||||
@@ -58,14 +58,14 @@ target_when_selected_action_is_in = [ "action3" ]
|
||||
selectable = true
|
||||
animations = ExtResource( 1 )
|
||||
|
||||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2( -1, 0 )
|
||||
scale = Vector2( 1.67778, 1.67778 )
|
||||
frames = SubResource( 1 )
|
||||
animation = "speak"
|
||||
flip_h = true
|
||||
|
||||
[node name="dialog_position" type="Position2D" parent="."]
|
||||
[node name="dialog_position" type="Marker2D" parent="."]
|
||||
position = Vector2( -1, -153 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
|
||||
Reference in New Issue
Block a user