Some code style fixes. Fixed enemy spawning

This commit is contained in:
2025-12-07 23:51:00 +03:00
parent c594f561a5
commit a19a5eeb80
23 changed files with 100 additions and 98 deletions
+1 -2
View File
@@ -7,8 +7,8 @@ const CATEGORY_VIDEO = "video"
const SETTING_FULLSCREEN = "fullscreen"
const SETTING_WINDOW_FACTOR = "window_factor"
var _config: ConfigFile
var _config: ConfigFile
var _fullscreen := false
var fullscreen : bool:
@@ -19,7 +19,6 @@ var fullscreen : bool:
_apply_video_settings()
_save_settings()
var _window_factor := 0
var window_factor : int:
get: