This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
defend-together/client/scripts/singletons/ImportantEntities.gd
2020-05-04 06:42:47 -04:00

5 lines
85 B
GDScript

extends Node
var main_player : KinematicBody2D = null
var tile_map : TileMap = null