Much stuff wow
This commit is contained in:
parent
7255cbdf64
commit
734730beee
45 changed files with 697 additions and 119 deletions
|
|
@ -12,7 +12,6 @@ extends Resource
|
|||
|
||||
@export var trees: Array = []
|
||||
|
||||
func add_trees(qty: int) -> void:
|
||||
func add_trees(tree: TreeDataResource, qty: int) -> void:
|
||||
for i in qty:
|
||||
var tree = TreeDataResource.new()
|
||||
trees.append(tree)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue