added barrel drops

This commit is contained in:
Jonas Mucke
2020-04-18 19:44:13 +02:00
parent f111f75133
commit b75cdf7a76
3 changed files with 70 additions and 7 deletions

12
src/World.gd Normal file
View File

@@ -0,0 +1,12 @@
extends Node2D
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
# Called when the node enters the scene tree for the first time.
func _ready():
randomize()
pass # Replace with function body.