You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Gridmap/scripts/entities/interactables/OakTree.gd

9 lines
167 B

extends Interactable
class_name OakTree
# Name of the corresponding folder in assets/entities
var model = "tree"
# Full name of the entity
var full_name = "Chêne"