The_Dark_Side_of_Earth/world/earth.gd

7 lines
116 B
GDScript

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