Skip to content

Commit

Permalink
Update Dodge-the-Creeps to 4.1
Browse files Browse the repository at this point in the history
For some reasons, UIDs are broken yet again. At least the fallback to path makes it easy to update...
  • Loading branch information
Bromeon committed Jul 30, 2023
1 parent 1cf6b2d commit 444f57a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/dodge-the-creeps/godot/Hud.tscn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gd_scene load_steps=4 format=3 uid="uid://ccqoreueuxdb7"]

[ext_resource type="FontFile" uid="uid://cit6gwe5px1q8" path="res://fonts/Xolonium-Regular.ttf" id="1_poxll"]
[ext_resource type="FontFile" uid="uid://b0b6g57tsjvwg" path="res://fonts/Xolonium-Regular.ttf" id="1_poxll"]

[sub_resource type="InputEventAction" id="InputEventAction_fopy7"]
action = &"start_game"
Expand Down
4 changes: 2 additions & 2 deletions examples/dodge-the-creeps/godot/Main.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[ext_resource type="PackedScene" uid="uid://4vwrqjegqwpj" path="res://Player.tscn" id="3"]
[ext_resource type="PackedScene" uid="uid://ccqoreueuxdb7" path="res://Hud.tscn" id="4"]
[ext_resource type="AudioStream" uid="uid://q2pf4fr8d0ks" path="res://art/House In a Forest Loop.ogg" id="5"]
[ext_resource type="AudioStream" uid="uid://dw26fpygeag8o" path="res://art/gameover.wav" id="6"]
[ext_resource type="AudioStream" uid="uid://ciubrqiaxnr8u" path="res://art/House In a Forest Loop.ogg" id="5"]
[ext_resource type="AudioStream" uid="uid://bs6ekw8xcvudv" path="res://art/gameover.wav" id="6"]

[sub_resource type="Curve2D" id="1"]
_data = {
Expand Down
12 changes: 6 additions & 6 deletions examples/dodge-the-creeps/godot/Mob.tscn
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[gd_scene load_steps=9 format=3 uid="uid://rkdnhqgf2hpj"]

[ext_resource type="Texture2D" uid="uid://yqglrrsx7j1f" path="res://art/enemyFlyingAlt_1.png" id="2"]
[ext_resource type="Texture2D" uid="uid://bpot8awhdn6ph" path="res://art/enemyFlyingAlt_2.png" id="3"]
[ext_resource type="Texture2D" uid="uid://bu4221t7qpa7d" path="res://art/enemyWalking_1.png" id="4"]
[ext_resource type="Texture2D" uid="uid://booij5t7h4efb" path="res://art/enemyWalking_2.png" id="5"]
[ext_resource type="Texture2D" uid="uid://5lvm88ij4jqn" path="res://art/enemySwimming_1.png" id="6"]
[ext_resource type="Texture2D" uid="uid://bng45cvsgufqc" path="res://art/enemySwimming_2.png" id="7"]
[ext_resource type="Texture2D" uid="uid://cn5jn5vhjdvu0" path="res://art/enemyFlyingAlt_1.png" id="2"]
[ext_resource type="Texture2D" uid="uid://s7uqmmnastuj" path="res://art/enemyFlyingAlt_2.png" id="3"]
[ext_resource type="Texture2D" uid="uid://b1lct02v3dplm" path="res://art/enemyWalking_1.png" id="4"]
[ext_resource type="Texture2D" uid="uid://dpbmhndvgolto" path="res://art/enemyWalking_2.png" id="5"]
[ext_resource type="Texture2D" uid="uid://30ykq0j1xst3" path="res://art/enemySwimming_1.png" id="6"]
[ext_resource type="Texture2D" uid="uid://h3bbhy1mmen8" path="res://art/enemySwimming_2.png" id="7"]

[sub_resource type="SpriteFrames" id="1"]
animations = [{
Expand Down
8 changes: 4 additions & 4 deletions examples/dodge-the-creeps/godot/Player.tscn
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[gd_scene load_steps=12 format=3 uid="uid://4vwrqjegqwpj"]

[ext_resource type="Texture2D" uid="uid://ftkxr8r4qghp" path="res://art/playerGrey_walk1.png" id="2"]
[ext_resource type="Texture2D" uid="uid://couyhcegeihme" path="res://art/playerGrey_walk2.png" id="3"]
[ext_resource type="Texture2D" uid="uid://b4yyoafu8bi0q" path="res://art/playerGrey_up1.png" id="4"]
[ext_resource type="Texture2D" uid="uid://bko65a0nd66st" path="res://art/playerGrey_up2.png" id="5"]
[ext_resource type="Texture2D" uid="uid://bjxqdykvppv36" path="res://art/playerGrey_walk1.png" id="2"]
[ext_resource type="Texture2D" uid="uid://cjjq4q2w3ik86" path="res://art/playerGrey_walk2.png" id="3"]
[ext_resource type="Texture2D" uid="uid://dgx1rw0rbteg5" path="res://art/playerGrey_up1.png" id="4"]
[ext_resource type="Texture2D" uid="uid://b12jfidh1rmdj" path="res://art/playerGrey_up2.png" id="5"]

[sub_resource type="SpriteFrames" id="1"]
animations = [{
Expand Down
2 changes: 1 addition & 1 deletion examples/dodge-the-creeps/godot/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is a finished version of the game featured in the 'Your first 2D game'
tutorial in the documentation. For more details, consider
following the tutorial in the documentation."
run/main_scene="res://Main.tscn"
config/features=PackedStringArray("4.0")
config/features=PackedStringArray("4.1")
config/icon="res://icon.png"

[debug]
Expand Down

0 comments on commit 444f57a

Please sign in to comment.