Skip to content

Commit 367efa2

Browse files
committed
Update UIDs to 4.3
1 parent 12e9515 commit 367efa2

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

examples/dodge-the-creeps/godot/Hud.tscn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[gd_scene load_steps=4 format=3 uid="uid://ccqoreueuxdb7"]
22

3-
[ext_resource type="FontFile" uid="uid://dapyvc0w1idt5" path="res://fonts/Xolonium-Regular.ttf" id="1_poxll"]
3+
[ext_resource type="FontFile" uid="uid://l0nra0bkci40" path="res://fonts/Xolonium-Regular.ttf" id="1_poxll"]
44

55
[sub_resource type="InputEventAction" id="InputEventAction_fopy7"]
66
action = &"start_game"

examples/dodge-the-creeps/godot/Main.tscn

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[ext_resource type="PackedScene" uid="uid://4vwrqjegqwpj" path="res://Player.tscn" id="3"]
44
[ext_resource type="PackedScene" uid="uid://ccqoreueuxdb7" path="res://Hud.tscn" id="4"]
5-
[ext_resource type="AudioStream" uid="uid://dayf3f2a4jdqy" path="res://art/House In a Forest Loop.ogg" id="5"]
6-
[ext_resource type="AudioStream" uid="uid://d3ivry013w5bv" path="res://art/gameover.wav" id="6"]
5+
[ext_resource type="AudioStream" uid="uid://cx4vhjxdlqh24" path="res://art/House In a Forest Loop.ogg" id="5"]
6+
[ext_resource type="AudioStream" uid="uid://dmrwe4a6qhage" path="res://art/gameover.wav" id="6"]
77

88
[sub_resource type="Curve2D" id="1"]
99
_data = {

examples/dodge-the-creeps/godot/Mob.tscn

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[gd_scene load_steps=9 format=3 uid="uid://rkdnhqgf2hpj"]
22

3-
[ext_resource type="Texture2D" uid="uid://5gjrxbqflj5i" path="res://art/enemyFlyingAlt_1.png" id="2"]
4-
[ext_resource type="Texture2D" uid="uid://ckfg0wyq7pf4w" path="res://art/enemyFlyingAlt_2.png" id="3"]
5-
[ext_resource type="Texture2D" uid="uid://eh7cjhw7wn5l" path="res://art/enemyWalking_1.png" id="4"]
6-
[ext_resource type="Texture2D" uid="uid://6jkksg8gec57" path="res://art/enemyWalking_2.png" id="5"]
7-
[ext_resource type="Texture2D" uid="uid://ddninc0dlt5f8" path="res://art/enemySwimming_1.png" id="6"]
8-
[ext_resource type="Texture2D" uid="uid://b7scxor6pygwl" path="res://art/enemySwimming_2.png" id="7"]
3+
[ext_resource type="Texture2D" uid="uid://bamxanhcbqoxk" path="res://art/enemyFlyingAlt_1.png" id="2"]
4+
[ext_resource type="Texture2D" uid="uid://b5ob7b2dfpvhb" path="res://art/enemyFlyingAlt_2.png" id="3"]
5+
[ext_resource type="Texture2D" uid="uid://ciudfo1xo02ao" path="res://art/enemyWalking_1.png" id="4"]
6+
[ext_resource type="Texture2D" uid="uid://b4r2waxa33knq" path="res://art/enemyWalking_2.png" id="5"]
7+
[ext_resource type="Texture2D" uid="uid://bsyej4tga0oja" path="res://art/enemySwimming_1.png" id="6"]
8+
[ext_resource type="Texture2D" uid="uid://bge3othlmxq1c" path="res://art/enemySwimming_2.png" id="7"]
99

1010
[sub_resource type="SpriteFrames" id="1"]
1111
animations = [{

examples/dodge-the-creeps/godot/Player.tscn

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[gd_scene load_steps=12 format=3 uid="uid://4vwrqjegqwpj"]
22

3-
[ext_resource type="Texture2D" uid="uid://co0y23xy1j4bv" path="res://art/playerGrey_walk1.png" id="2"]
4-
[ext_resource type="Texture2D" uid="uid://dx27fpt8s4b76" path="res://art/playerGrey_walk2.png" id="3"]
5-
[ext_resource type="Texture2D" uid="uid://723lwa7jajhx" path="res://art/playerGrey_up1.png" id="4"]
6-
[ext_resource type="Texture2D" uid="uid://c1fx6841eyogj" path="res://art/playerGrey_up2.png" id="5"]
3+
[ext_resource type="Texture2D" uid="uid://fv7465xtdfrt" path="res://art/playerGrey_walk1.png" id="2"]
4+
[ext_resource type="Texture2D" uid="uid://hevh85f2yn3r" path="res://art/playerGrey_walk2.png" id="3"]
5+
[ext_resource type="Texture2D" uid="uid://t2fv5qiirqi0" path="res://art/playerGrey_up1.png" id="4"]
6+
[ext_resource type="Texture2D" uid="uid://6peej6haih3j" path="res://art/playerGrey_up2.png" id="5"]
77

88
[sub_resource type="SpriteFrames" id="1"]
99
animations = [{

examples/dodge-the-creeps/godot/project.godot

+11-11
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is a finished version of the game featured in the 'Your first 2D game'
1818
tutorial in the documentation. For more details, consider
1919
following the tutorial in the documentation."
2020
run/main_scene="res://Main.tscn"
21-
config/features=PackedStringArray("4.2")
21+
config/features=PackedStringArray("4.3")
2222
config/icon="res://icon.png"
2323

2424
[debug]
@@ -41,40 +41,40 @@ import/blender/enabled=false
4141

4242
move_left={
4343
"deadzone": 0.5,
44-
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":0,"echo":false,"script":null)
45-
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"key_label":0,"unicode":0,"echo":false,"script":null)
44+
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
45+
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
4646
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
4747
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null)
4848
]
4949
}
5050
move_right={
5151
"deadzone": 0.5,
52-
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":0,"echo":false,"script":null)
53-
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"key_label":0,"unicode":0,"echo":false,"script":null)
52+
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
53+
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
5454
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null)
5555
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null)
5656
]
5757
}
5858
move_up={
5959
"deadzone": 0.5,
60-
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":0,"echo":false,"script":null)
61-
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"key_label":0,"unicode":0,"echo":false,"script":null)
60+
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
61+
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
6262
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null)
6363
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null)
6464
]
6565
}
6666
move_down={
6767
"deadzone": 0.5,
68-
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":0,"echo":false,"script":null)
69-
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"key_label":0,"unicode":0,"echo":false,"script":null)
68+
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
69+
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
7070
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null)
7171
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null)
7272
]
7373
}
7474
start_game={
7575
"deadzone": 0.5,
76-
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194309,"key_label":0,"unicode":0,"echo":false,"script":null)
77-
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":0,"echo":false,"script":null)
76+
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194309,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
77+
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
7878
]
7979
}
8080

0 commit comments

Comments
 (0)