tidy
This commit is contained in:
@@ -3,6 +3,7 @@ var root
|
||||
func create_map(_root):
|
||||
root=_root
|
||||
poolcircle(Vector2(0,0),2000,100,1000,1000,1000)
|
||||
root.get_node("Camera2D").zoom=Vector2(0.2,0.2)
|
||||
|
||||
func poolcircle(pos: Vector2, radius, count, r,g,b):
|
||||
for n in range(1,count+1):
|
||||
|
@@ -3,9 +3,9 @@ var root
|
||||
func create_map(_root):
|
||||
self.root=_root
|
||||
poolcircle(Vector2(0,0),0,1,10,0,0)
|
||||
|
||||
poolcircle(Vector2(0,0),2000,100,0,5000,0)
|
||||
|
||||
root.get_node("Camera2D").zoom=Vector2(0.3,0.3)
|
||||
|
||||
func poolcircle(pos: Vector2, radius, count, r,g,b):
|
||||
for n in range(1,count+1):
|
||||
var new_pool: Pool = load("res://pool.tscn").instantiate()
|
||||
|
Reference in New Issue
Block a user