5 lines
49 B
GDScript3
5 lines
49 B
GDScript3
|
extends GameMap
|
||
|
|
||
|
func _ready():
|
||
|
set_unlit(true)
|