generated from krampus/template-godot4
6 lines
67 B
GDScript3
6 lines
67 B
GDScript3
|
extends Node3D
|
||
|
|
||
|
|
||
|
func _ready() -> void:
|
||
|
GameState.game_map = self
|