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.
|
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"
|
|
|