Refactoring crap

This commit is contained in:
2025-06-30 23:06:43 -05:00
parent 3c11b232fa
commit 342d6745d1
220 changed files with 420 additions and 3576 deletions

View File

@@ -0,0 +1,3 @@
class_name GamePhysicsSingleton extends Node
const GRAVITY = Vector3.DOWN * 9.8

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
class_name PauseSingleton extends Node
func isMovementPaused() -> bool:
if !UI.TEXTBOX.isClosed:
return true
return false

View File

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

3
scripts/singletons/UI.gd Normal file
View File

@@ -0,0 +1,3 @@
class_name UISingleton extends Control
@export var TEXTBOX: VNTextbox

View File

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