Started work and initial commit

This commit is contained in:
derek
2024-10-02 14:54:32 -05:00
parent 5d2cd1a13e
commit 3121e9d4d2
22 changed files with 763 additions and 599 deletions

View File

@@ -2,8 +2,8 @@ extends Label
const ASPECT_RATIO_STD = .5625 #9/16 for standard ratio
@export var padding_amount = .05 #multiplied by screen size
@onready var level_control = $"../../../.."
@onready var player = $"../../.."
@onready var level_control = get_tree().current_scene
@onready var player = get_tree().current_scene.player
@onready var gun_anim = $"../gun/GunAnims"
var gun_index