The_Dark_Side_of_Earth/world/earth.gd

8 lines
116 B
GDScript3
Raw Normal View History

extends Node2D
func _ready() -> void:
ItemSpawn.refill_unique_item_pool()
func get_grid() -> Grid:
return $Grid