Godot 4.4

This commit is contained in:
Holly Stubbs 2025-03-03 20:11:33 +00:00
parent c415b80801
commit 0984c007bd
Signed by: tgpholly
GPG key ID: B8583C4B7D18119E
79 changed files with 94 additions and 25 deletions

View file

@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false force_autohinter=false
hinting=1 hinting=1
subpixel_positioning=1 subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0 oversampling=0.0
Fallbacks=null Fallbacks=null
fallbacks=[] fallbacks=[]

View file

@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false force_autohinter=false
hinting=1 hinting=1
subpixel_positioning=1 subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0 oversampling=0.0
Fallbacks=null Fallbacks=null
fallbacks=[] fallbacks=[]

View file

@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false force_autohinter=false
hinting=1 hinting=1
subpixel_positioning=1 subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0 oversampling=0.0
Fallbacks=null Fallbacks=null
fallbacks=[] fallbacks=[]

View file

@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false force_autohinter=false
hinting=1 hinting=1
subpixel_positioning=1 subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0 oversampling=0.0
Fallbacks=null Fallbacks=null
fallbacks=[] fallbacks=[]

View file

@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false force_autohinter=false
hinting=1 hinting=1
subpixel_positioning=1 subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0 oversampling=0.0
Fallbacks=null Fallbacks=null
fallbacks=[] fallbacks=[]

View file

@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false force_autohinter=false
hinting=1 hinting=1
subpixel_positioning=1 subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0 oversampling=0.0
Fallbacks=null Fallbacks=null
fallbacks=[] fallbacks=[]

View file

@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false force_autohinter=false
hinting=1 hinting=1
subpixel_positioning=1 subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0 oversampling=0.0
Fallbacks=null Fallbacks=null
fallbacks=[] fallbacks=[]

View file

@ -0,0 +1 @@
uid://cfqe24jnnt1xw

View file

@ -0,0 +1 @@
uid://c4cs80f05m8x0

View file

@ -0,0 +1 @@
uid://bqbhdmu0whce4

View file

@ -0,0 +1 @@
uid://l4wkw7uedwjh

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=3 format=3 uid="uid://cggqb75a8w8r"] [gd_scene load_steps=3 format=3 uid="uid://cggqb75a8w8r"]
[ext_resource type="Script" path="res://addons/debug_menu/debug_menu.gd" id="1_p440y"] [ext_resource type="Script" uid="uid://l4wkw7uedwjh" path="res://addons/debug_menu/debug_menu.gd" id="1_p440y"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ki0n8"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ki0n8"]
bg_color = Color(0, 0, 0, 0.25098) bg_color = Color(0, 0, 0, 0.25098)

View file

@ -0,0 +1 @@
uid://cqatymhhlstax

View file

@ -0,0 +1 @@
uid://ye3hglngsbmj

View file

@ -12,7 +12,7 @@ config_version=5
config/name="SCPCB" config/name="SCPCB"
run/main_scene="res://scenes/screens/Startup.tscn" run/main_scene="res://scenes/screens/Startup.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility") config/features=PackedStringArray("4.4", "GL Compatibility")
run/max_fps=240 run/max_fps=240
boot_splash/bg_color=Color(0, 0, 0, 1) boot_splash/bg_color=Color(0, 0, 0, 1)
boot_splash/show_image=false boot_splash/show_image=false
@ -83,6 +83,10 @@ player_blink={
] ]
} }
[physics]
3d/physics_engine="Jolt Physics"
[rendering] [rendering]
renderer/rendering_method="gl_compatibility" renderer/rendering_method="gl_compatibility"

View file

@ -1,8 +1,8 @@
[gd_scene load_steps=7 format=3 uid="uid://5ktmpg8aurb7"] [gd_scene load_steps=7 format=3 uid="uid://5ktmpg8aurb7"]
[ext_resource type="Script" path="res://src/Button.gd" id="1_g5mck"] [ext_resource type="Script" uid="uid://b38al22lbq442" path="res://src/Button.gd" id="1_g5mck"]
[ext_resource type="Texture2D" uid="uid://xy3hyh74yji4" path="res://GFX/menu/menublack.jpg" id="2_3u0tt"] [ext_resource type="Texture2D" uid="uid://xy3hyh74yji4" path="res://GFX/menu/menublack.jpg" id="2_3u0tt"]
[ext_resource type="Shader" path="res://shaders/ScreenPosRepeat.gdshader" id="2_x3v1l"] [ext_resource type="Shader" uid="uid://droa2cjd1mlxv" path="res://shaders/ScreenPosRepeat.gdshader" id="2_x3v1l"]
[ext_resource type="Texture2D" uid="uid://bxdd1fe772nkk" path="res://GFX/menu/menuwhite.jpg" id="3_dob50"] [ext_resource type="Texture2D" uid="uid://bxdd1fe772nkk" path="res://GFX/menu/menuwhite.jpg" id="3_dob50"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_q33ks"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_q33ks"]

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://55cgw0lg8pab"] [gd_scene load_steps=2 format=3 uid="uid://55cgw0lg8pab"]
[ext_resource type="Script" path="res://src/OutlineRect.gd" id="1_2f5i4"] [ext_resource type="Script" uid="uid://bhpt5420l4sck" path="res://src/OutlineRect.gd" id="1_2f5i4"]
[node name="OutlineRect" type="Control"] [node name="OutlineRect" type="Control"]
layout_mode = 3 layout_mode = 3

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://b87u4664q1o8u"] [gd_scene load_steps=2 format=3 uid="uid://b87u4664q1o8u"]
[ext_resource type="Script" path="res://src/OutlineRect.gd" id="1_s8wxs"] [ext_resource type="Script" uid="uid://bhpt5420l4sck" path="res://src/OutlineRect.gd" id="1_s8wxs"]
[node name="OutlineRect2" type="Control"] [node name="OutlineRect2" type="Control"]
layout_mode = 3 layout_mode = 3

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=3 format=3 uid="uid://0k0j6ct7kxtt"] [gd_scene load_steps=3 format=3 uid="uid://0k0j6ct7kxtt"]
[ext_resource type="Script" path="res://src/SelectionList.gd" id="1_bao2f"] [ext_resource type="Script" uid="uid://dwe86ibjmxtyq" path="res://src/SelectionList.gd" id="1_bao2f"]
[ext_resource type="PackedScene" uid="uid://b87u4664q1o8u" path="res://scenes/gui/OutlineRect2.tscn" id="2_v4kkt"] [ext_resource type="PackedScene" uid="uid://b87u4664q1o8u" path="res://scenes/gui/OutlineRect2.tscn" id="2_v4kkt"]
[node name="SelectionList" type="Control"] [node name="SelectionList" type="Control"]

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://clnrhrasxrueq"] [gd_scene load_steps=2 format=3 uid="uid://clnrhrasxrueq"]
[ext_resource type="Script" path="res://src/touch_screen_joystick.gd" id="2_duapw"] [ext_resource type="Script" uid="uid://cltjg15jsxhjc" path="res://src/touch_screen_joystick.gd" id="2_duapw"]
[node name="Main" type="Node2D"] [node name="Main" type="Node2D"]

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://dl3obcg0k5dux"] [gd_scene load_steps=2 format=3 uid="uid://dl3obcg0k5dux"]
[ext_resource type="Script" path="res://src/GameStartup.gd" id="1_4np6w"] [ext_resource type="Script" uid="uid://c7n6xkqxk5kdd" path="res://src/GameStartup.gd" id="1_4np6w"]
[node name="GameStartup" type="Control"] [node name="GameStartup" type="Control"]
layout_mode = 3 layout_mode = 3

View file

@ -1,7 +1,7 @@
[gd_scene load_steps=4 format=3 uid="uid://tbljfkvfepnk"] [gd_scene load_steps=4 format=3 uid="uid://tbljfkvfepnk"]
[ext_resource type="AudioStream" uid="uid://bbpq1jfihi2d8" path="res://GFX/menu/startup_Undertow.ogg" id="1_35gww"] [ext_resource type="AudioStream" uid="uid://bbpq1jfihi2d8" path="res://GFX/menu/startup_Undertow.ogg" id="1_35gww"]
[ext_resource type="Script" path="res://src/IntroVideo.gd" id="1_w78gt"] [ext_resource type="Script" uid="uid://m6h4pxxvxflp" path="res://src/IntroVideo.gd" id="1_w78gt"]
[sub_resource type="FFmpegVideoStream" id="FFmpegVideoStream_3ewf1"] [sub_resource type="FFmpegVideoStream" id="FFmpegVideoStream_3ewf1"]
file = "res://GFX/menu/startup_Undertow.avi" file = "res://GFX/menu/startup_Undertow.avi"

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=6 format=3 uid="uid://dc8jcyubx5hv7"] [gd_scene load_steps=6 format=3 uid="uid://dc8jcyubx5hv7"]
[ext_resource type="Script" path="res://src/Launcher.gd" id="1_cf26g"] [ext_resource type="Script" uid="uid://dyxnd3u6p7a3t" path="res://src/Launcher.gd" id="1_cf26g"]
[ext_resource type="Texture2D" uid="uid://d3sh54nbyqqiu" path="res://GFX/menu/launcher.jpg" id="2_6ldjf"] [ext_resource type="Texture2D" uid="uid://d3sh54nbyqqiu" path="res://GFX/menu/launcher.jpg" id="2_6ldjf"]
[ext_resource type="PackedScene" uid="uid://0k0j6ct7kxtt" path="res://scenes/gui/SelectionList.tscn" id="3_1mhbm"] [ext_resource type="PackedScene" uid="uid://0k0j6ct7kxtt" path="res://scenes/gui/SelectionList.tscn" id="3_1mhbm"]
[ext_resource type="PackedScene" uid="uid://5ktmpg8aurb7" path="res://scenes/gui/Button.tscn" id="3_nah2s"] [ext_resource type="PackedScene" uid="uid://5ktmpg8aurb7" path="res://scenes/gui/Button.tscn" id="3_nah2s"]

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://ctajpl2bdscko"] [gd_scene load_steps=2 format=3 uid="uid://ctajpl2bdscko"]
[ext_resource type="Script" path="res://src/LoadingScreen.gd" id="1_grr4e"] [ext_resource type="Script" uid="uid://c4vf0qbhcfk1p" path="res://src/LoadingScreen.gd" id="1_grr4e"]
[node name="LoadingScreen" type="Control"] [node name="LoadingScreen" type="Control"]
layout_mode = 3 layout_mode = 3

View file

@ -1,8 +1,8 @@
[gd_scene load_steps=9 format=3 uid="uid://q6vlpbkwqld8"] [gd_scene load_steps=9 format=3 uid="uid://q6vlpbkwqld8"]
[ext_resource type="Script" path="res://src/MainMenu.gd" id="1_8bt4a"] [ext_resource type="Script" uid="uid://b3rcguvt6gji3" path="res://src/MainMenu.gd" id="1_8bt4a"]
[ext_resource type="Texture2D" uid="uid://cj7hlntw537gg" path="res://GFX/menu/back.jpg" id="1_ybevi"] [ext_resource type="Texture2D" uid="uid://cj7hlntw537gg" path="res://GFX/menu/back.jpg" id="1_ybevi"]
[ext_resource type="Shader" path="res://shaders/ScreenPosRepeat.gdshader" id="2_l058n"] [ext_resource type="Shader" uid="uid://droa2cjd1mlxv" path="res://shaders/ScreenPosRepeat.gdshader" id="2_l058n"]
[ext_resource type="Texture2D" uid="uid://bxdd1fe772nkk" path="res://GFX/menu/menuwhite.jpg" id="3_04gt4"] [ext_resource type="Texture2D" uid="uid://bxdd1fe772nkk" path="res://GFX/menu/menuwhite.jpg" id="3_04gt4"]
[ext_resource type="PackedScene" uid="uid://5ktmpg8aurb7" path="res://scenes/gui/Button.tscn" id="5_64ui2"] [ext_resource type="PackedScene" uid="uid://5ktmpg8aurb7" path="res://scenes/gui/Button.tscn" id="5_64ui2"]
[ext_resource type="Texture2D" uid="uid://m5vt8k7uxmvn" path="res://GFX/menu/scptext.jpg" id="5_pf1ov"] [ext_resource type="Texture2D" uid="uid://m5vt8k7uxmvn" path="res://GFX/menu/scptext.jpg" id="5_pf1ov"]

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://pq6e150j8rrw"] [gd_scene load_steps=2 format=3 uid="uid://pq6e150j8rrw"]
[ext_resource type="Script" path="res://src/Startup.gd" id="1_uh504"] [ext_resource type="Script" uid="uid://qcyegj3qo5n5" path="res://src/Startup.gd" id="1_uh504"]
[node name="Startup" type="Control"] [node name="Startup" type="Control"]
layout_mode = 3 layout_mode = 3

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=3 format=3 uid="uid://cn6hlgepkjxef"] [gd_scene load_steps=3 format=3 uid="uid://cn6hlgepkjxef"]
[ext_resource type="Script" path="res://src/UpdateChecker.gd" id="1_nqadt"] [ext_resource type="Script" uid="uid://dqin3vaapbdx7" path="res://src/UpdateChecker.gd" id="1_nqadt"]
[ext_resource type="FontFile" uid="uid://xe31montgcoo" path="res://GFX/font/cour/Courier New.ttf" id="1_qoah1"] [ext_resource type="FontFile" uid="uid://xe31montgcoo" path="res://GFX/font/cour/Courier New.ttf" id="1_qoah1"]
[node name="UpdateChecker" type="Control"] [node name="UpdateChecker" type="Control"]

View file

@ -1,7 +1,7 @@
[gd_scene load_steps=5 format=3 uid="uid://bc46lc1tdvrio"] [gd_scene load_steps=5 format=3 uid="uid://bc46lc1tdvrio"]
[ext_resource type="Script" path="res://src/DynamicMap.gd" id="1_mytgt"] [ext_resource type="Script" uid="uid://b08xfsygxqj6a" path="res://src/DynamicMap.gd" id="1_mytgt"]
[ext_resource type="Script" path="res://src/TempDebugCamera.gd" id="2_co6fy"] [ext_resource type="Script" uid="uid://0qi1n888pbj6" path="res://src/TempDebugCamera.gd" id="2_co6fy"]
[ext_resource type="PackedScene" uid="uid://dm33ofcbh8sht" path="res://scenes/world/Player.tscn" id="3_58gow"] [ext_resource type="PackedScene" uid="uid://dm33ofcbh8sht" path="res://scenes/world/Player.tscn" id="3_58gow"]
[sub_resource type="Environment" id="Environment_d5g72"] [sub_resource type="Environment" id="Environment_d5g72"]

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=9 format=3 uid="uid://dm33ofcbh8sht"] [gd_scene load_steps=9 format=3 uid="uid://dm33ofcbh8sht"]
[ext_resource type="Script" path="res://src/Player.gd" id="1_n772d"] [ext_resource type="Script" uid="uid://swqi7bl5fmpv" path="res://src/Player.gd" id="1_n772d"]
[ext_resource type="Texture2D" uid="uid://rfpsi4xnxdu" path="res://GFX/BlinkIcon.png" id="2_kjp08"] [ext_resource type="Texture2D" uid="uid://rfpsi4xnxdu" path="res://GFX/BlinkIcon.png" id="2_kjp08"]
[ext_resource type="Texture2D" uid="uid://cxhd2cjff4n1" path="res://GFX/sprinticon.png" id="3_7frn8"] [ext_resource type="Texture2D" uid="uid://cxhd2cjff4n1" path="res://GFX/sprinticon.png" id="3_7frn8"]
[ext_resource type="PackedScene" uid="uid://55cgw0lg8pab" path="res://scenes/gui/OutlineRect.tscn" id="4_r7w8e"] [ext_resource type="PackedScene" uid="uid://55cgw0lg8pab" path="res://scenes/gui/OutlineRect.tscn" id="4_r7w8e"]

View file

@ -0,0 +1 @@
uid://dno6lwnpjve2q

View file

@ -0,0 +1 @@
uid://droa2cjd1mlxv

View file

@ -0,0 +1 @@
uid://cc42g1tuaimhn

1
src/Button.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://b38al22lbq442

1
src/Constants.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://2yk1arofgdk3

View file

@ -1101,14 +1101,17 @@ func FillRoom(r:Room):
elif rn == "lockroom2": elif rn == "lockroom2":
for i in range(6): for i in range(6):
var de: SCPDecal = CreateDecal(randi_range(2,3), r.x + randf_range(-392,520) * Constants.RoomScale, 3.0 * Constants.RoomScale + randf_range(0,0.001), r.z + randi_range(-392,520) * Constants.RoomScale, 90, randf_range(0, 360), 0) var de: SCPDecal = CreateDecal(randi_range(2,3), r.x + randf_range(-392,520) * Constants.RoomScale, 3.0 * Constants.RoomScale + randf_range(0,0.001), r.z + randi_range(-392,520) * Constants.RoomScale, 90, randf_range(0, 360), 0)
de.Size = randf_range(0.3,0.6) if de != null:
ScaleSprite(de.obj, de.Size, de.Size) de.Size = randf_range(0.3,0.6)
ScaleSprite(de.obj, de.Size, de.Size)
CreateDecal(randi_range(15,16), r.x + randf_range(-392,520) * Constants.RoomScale, 3.0 * Constants.RoomScale + randf_range(0,0.001), r.z + randf_range(-392,520) * Constants.RoomScale, 90, randf_range(0, 360), 0) CreateDecal(randi_range(15,16), r.x + randf_range(-392,520) * Constants.RoomScale, 3.0 * Constants.RoomScale + randf_range(0,0.001), r.z + randf_range(-392,520) * Constants.RoomScale, 90, randf_range(0, 360), 0)
de.Size = randf_range(0.1,0.6) if de != null:
ScaleSprite(de.obj, de.Size, de.Size) de.Size = randf_range(0.1,0.6)
ScaleSprite(de.obj, de.Size, de.Size)
CreateDecal(randi_range(15,16), r.x + randf_range(-0.5,0.5), 3.0 * Constants.RoomScale + randf_range(0,0.001), r.z + randf_range(-0.5,0.5), 90, randf_range(0, 360), 0) CreateDecal(randi_range(15,16), r.x + randf_range(-0.5,0.5), 3.0 * Constants.RoomScale + randf_range(0,0.001), r.z + randf_range(-0.5,0.5), 90, randf_range(0, 360), 0)
de.Size = randf_range(0.1, 0.6) if de != null:
ScaleSprite(de.obj, de.Size, de.Size) de.Size = randf_range(0.1, 0.6)
ScaleSprite(de.obj, de.Size, de.Size)
#sc.SecurityCams = CreateSecurityCam(r\x + 512.0 * RoomScale, r\y + 384 * RoomScale, r\z + 384.0 * RoomScale, r, True) #sc.SecurityCams = CreateSecurityCam(r\x + 512.0 * RoomScale, r\y + 384 * RoomScale, r\z + 384.0 * RoomScale, r, True)
#sc\angle = 45 + 90 #sc\angle = 45 + 90

1
src/DynamicMap.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://b08xfsygxqj6a

1
src/GameStartup.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://c7n6xkqxk5kdd

1
src/Global.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://dopgqssybs74g

1
src/IntroVideo.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://m6h4pxxvxflp

1
src/Launcher.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://dyxnd3u6p7a3t

1
src/LoadingScreen.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://c4vf0qbhcfk1p

1
src/Main.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://c6tr7ux3sylxe

1
src/MainMenu.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://b3rcguvt6gji3

1
src/OutlineRect.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://bhpt5420l4sck

1
src/Player.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://swqi7bl5fmpv

1
src/SelectionList.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://dwe86ibjmxtyq

1
src/Startup.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://qcyegj3qo5n5

View file

@ -0,0 +1 @@
uid://0qi1n888pbj6

1
src/UpdateChecker.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://dqin3vaapbdx7

1
src/Utils.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://j8etj3sjk7lo

View file

@ -0,0 +1 @@
uid://c572xtij6eshm

View file

@ -0,0 +1 @@
uid://buqfr6cu7h62q

View file

@ -0,0 +1 @@
uid://dc5uhjxr6kro

View file

@ -0,0 +1 @@
uid://bfigevgr6hqcx

View file

@ -0,0 +1 @@
uid://bj3cdfavsb4a5

View file

@ -0,0 +1 @@
uid://cra5rbidmunmx

View file

@ -0,0 +1 @@
uid://cvv2ctad48i8r

View file

@ -0,0 +1 @@
uid://bu5iatidi7ggt

View file

@ -0,0 +1 @@
uid://b8k2uiab003jp

View file

@ -0,0 +1 @@
uid://ca74stxpofqre

View file

@ -0,0 +1 @@
uid://b5htlpc3np2ry

View file

@ -0,0 +1 @@
uid://bqf4yb6u2lks2

View file

@ -0,0 +1 @@
uid://5dd714str60j

View file

@ -0,0 +1 @@
uid://cyba0etaxvnph

View file

@ -0,0 +1 @@
uid://cgta20b1y1rix

View file

@ -0,0 +1 @@
uid://yytw26ie302h

1
src/objects/Decal.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://cq8h2vcby22lg

1
src/objects/Door.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://dmkmhcveogkwg

View file

@ -0,0 +1 @@
uid://p1v3b3rifkak

1
src/objects/Grid.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://btgl0mgqtqrk1

View file

@ -0,0 +1 @@
uid://cobwi212uyb2a

View file

@ -0,0 +1 @@
uid://dpbw1ahrcl0t6

View file

@ -0,0 +1 @@
uid://dag2gpkekyw0h

1
src/objects/Room.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://clc7l3rljml38

View file

@ -0,0 +1 @@
uid://dax5i0j7w2xwo

View file

@ -0,0 +1 @@
uid://yr0munwpa1le

View file

@ -0,0 +1 @@
uid://6pj8i3xx8cyn

1
src/stinky.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://deeq7qpk5vc35

View file

@ -0,0 +1 @@
uid://cltjg15jsxhjc