This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
ld50/script_templates/Debug.gd

7 lines
97 B
GDScript

var game: Game
func _init(game: Game) -> void:
self.game = game
func startup() -> void:
pass