The_Dark_Side_of_Earth/world/earth.gd

5 lines
55 B
GDScript3
Raw Normal View History

extends Node2D
func get_grid() -> Grid:
return $Grid