Fixed debugger errors in many files and optimized some scenes/code
This commit is contained in:
7
Levels/Portal Dark Forest.gd
Normal file
7
Levels/Portal Dark Forest.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Area2D
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
visible = false
|
||||
$CollisionShape2D.visible = false
|
||||
return
|
Reference in New Issue
Block a user