Fixed item drops (barely) and added labels to begin work on fixing collision layers

This commit is contained in:
derek
2024-09-24 16:57:14 -05:00
parent dc825eff92
commit 030a7605bc
7 changed files with 21 additions and 6 deletions

View File

@@ -18,6 +18,4 @@ func _ready():
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
var lv_x = rng.randf_range(-10,10.0)
var lv_y = rng.randf_range(-10.0,10.0)
position = Vector2(viewportWidth/2 - (size.x/2), viewportHeight/2 - (size.y/2))