From: Clifton Palmer Date: Sun, 30 Mar 2025 17:45:09 +0000 (+0300) Subject: Godot 4.4 update X-Git-Tag: 0.9.0~1 X-Git-Url: http://git.purplebirdman.com/lightcycles.git/commitdiff_plain/735896de998e91503d8d190ae2d594f58f12561d?ds=sidebyside;hp=58e6e643ec796a676c4463b319b3cabb26f07f9d Godot 4.4 update --- diff --git a/map/split_screen_container.gd.uid b/map/split_screen_container.gd.uid new file mode 100644 index 0000000..8404571 --- /dev/null +++ b/map/split_screen_container.gd.uid @@ -0,0 +1 @@ +uid://cl1w5xvfx2lcm diff --git a/map/world.gd.uid b/map/world.gd.uid new file mode 100644 index 0000000..c779a06 --- /dev/null +++ b/map/world.gd.uid @@ -0,0 +1 @@ +uid://c0cytx646hpfe diff --git a/map/world.tscn b/map/world.tscn index f86ca94..ba9832a 100644 --- a/map/world.tscn +++ b/map/world.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=11 format=3 uid="uid://6tmryoxhs3yq"] [ext_resource type="PackedScene" uid="uid://dysxftv7xniv0" path="res://player/player.tscn" id="1_3tqxd"] -[ext_resource type="Script" path="res://map/world.gd" id="1_mjcfj"] +[ext_resource type="Script" uid="uid://c0cytx646hpfe" path="res://map/world.gd" id="1_mjcfj"] [ext_resource type="Texture2D" uid="uid://cp8pv6wya3ep2" path="res://textures/untextured.png" id="2_sxhh7"] -[ext_resource type="Script" path="res://map/split_screen_container.gd" id="4_nc5g8"] +[ext_resource type="Script" uid="uid://cl1w5xvfx2lcm" path="res://map/split_screen_container.gd" id="4_nc5g8"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ul8mq"] albedo_color = Color(0.199732, 0.199732, 0.199732, 1) diff --git a/player/player.gd.uid b/player/player.gd.uid new file mode 100644 index 0000000..6165b51 --- /dev/null +++ b/player/player.gd.uid @@ -0,0 +1 @@ +uid://6bwpva08u0d2 diff --git a/player/player.tscn b/player/player.tscn index bcc94c5..9fc5a2f 100644 --- a/player/player.tscn +++ b/player/player.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=4 format=3 uid="uid://dysxftv7xniv0"] -[ext_resource type="Script" path="res://player/player.gd" id="1_kh0vu"] +[ext_resource type="Script" uid="uid://6bwpva08u0d2" path="res://player/player.gd" id="1_kh0vu"] [ext_resource type="PackedScene" uid="uid://d13jnq5vpvhl0" path="res://skins/bike/bike.tscn" id="1_m3abw"] [sub_resource type="BoxShape3D" id="BoxShape3D_tm1pp"] diff --git a/player/player_wall.gd.uid b/player/player_wall.gd.uid new file mode 100644 index 0000000..45938d0 --- /dev/null +++ b/player/player_wall.gd.uid @@ -0,0 +1 @@ +uid://d4am6bi2gabvl diff --git a/player/player_wall.tscn b/player/player_wall.tscn index 3012a7f..2906140 100644 --- a/player/player_wall.tscn +++ b/player/player_wall.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=6 format=3 uid="uid://6a20phajjwu8"] -[ext_resource type="Script" path="res://player/player_wall.gd" id="1_rj8im"] +[ext_resource type="Script" uid="uid://d4am6bi2gabvl" path="res://player/player_wall.gd" id="1_rj8im"] [ext_resource type="Texture2D" uid="uid://cewcflr88mwxq" path="res://textures/untextured2.png" id="2_uvwff"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_sk1tc"] diff --git a/project.godot b/project.godot index 2e6aab3..b550416 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="Lightcycles" run/main_scene="res://map/world.tscn" -config/features=PackedStringArray("4.3", "Forward Plus") +config/features=PackedStringArray("4.4", "Forward Plus") config/icon="res://icon.svg" [display] diff --git a/skins/bike/bike.gd.uid b/skins/bike/bike.gd.uid new file mode 100644 index 0000000..7a89b95 --- /dev/null +++ b/skins/bike/bike.gd.uid @@ -0,0 +1 @@ +uid://bsrl10cq336a7 diff --git a/skins/bike/bike.tscn b/skins/bike/bike.tscn index 876dc6a..3e80f2d 100644 --- a/skins/bike/bike.tscn +++ b/skins/bike/bike.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=3 format=3 uid="uid://d13jnq5vpvhl0"] [ext_resource type="PackedScene" uid="uid://4k4cakwd4deq" path="res://skins/bike/bike.glb" id="1_oaqa0"] -[ext_resource type="Script" path="res://skins/bike/bike.gd" id="2_ycudv"] +[ext_resource type="Script" uid="uid://bsrl10cq336a7" path="res://skins/bike/bike.gd" id="2_ycudv"] [node name="bike" instance=ExtResource("1_oaqa0")] script = ExtResource("2_ycudv")