bubbelk
This commit is contained in:
parent
48cc91ae26
commit
109f4347ba
2 changed files with 23 additions and 3 deletions
|
@ -4,8 +4,7 @@
|
||||||
[ext_resource path="res://scripts/random_spawner.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/random_spawner.gd" type="Script" id=2]
|
||||||
|
|
||||||
[node name="BubbleSpawner" type="Node2D"]
|
[node name="BubbleSpawner" type="Node2D"]
|
||||||
position = Vector2( 16, 158 )
|
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
scene = ExtResource( 1 )
|
scene = ExtResource( 1 )
|
||||||
extents = Rect2( 0, 0, 16, 8 )
|
extents = Rect2( 0, 0, 8, 8 )
|
||||||
delay = 3.0
|
delay = 3.0
|
||||||
|
|
|
@ -238,7 +238,7 @@ points = PoolVector2Array( 8, 2, 0, 2, 0, 2, 8, 2 )
|
||||||
2/texture = ExtResource( 1 )
|
2/texture = ExtResource( 1 )
|
||||||
2/tex_offset = Vector2( 0, 0 )
|
2/tex_offset = Vector2( 0, 0 )
|
||||||
2/modulate = Color( 1, 1, 1, 1 )
|
2/modulate = Color( 1, 1, 1, 1 )
|
||||||
2/region = Rect2( 0, 0, 32, 32 )
|
2/region = Rect2( 0, 0, 32, 8 )
|
||||||
2/tile_mode = 2
|
2/tile_mode = 2
|
||||||
2/autotile/icon_coordinate = Vector2( 0, 0 )
|
2/autotile/icon_coordinate = Vector2( 0, 0 )
|
||||||
2/autotile/tile_size = Vector2( 8, 8 )
|
2/autotile/tile_size = Vector2( 8, 8 )
|
||||||
|
@ -283,3 +283,24 @@ points = PoolVector2Array( 8, 2, 0, 2, 0, 2, 8, 2 )
|
||||||
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
||||||
} ]
|
} ]
|
||||||
3/z_index = 0
|
3/z_index = 0
|
||||||
|
4/name = "cracks"
|
||||||
|
4/texture = ExtResource( 1 )
|
||||||
|
4/tex_offset = Vector2( 0, 0 )
|
||||||
|
4/modulate = Color( 1, 1, 1, 1 )
|
||||||
|
4/region = Rect2( 8, 8, 8, 8 )
|
||||||
|
4/tile_mode = 2
|
||||||
|
4/autotile/icon_coordinate = Vector2( 0, 0 )
|
||||||
|
4/autotile/tile_size = Vector2( 8, 8 )
|
||||||
|
4/autotile/spacing = 0
|
||||||
|
4/autotile/occluder_map = [ ]
|
||||||
|
4/autotile/navpoly_map = [ ]
|
||||||
|
4/autotile/priority_map = [ ]
|
||||||
|
4/autotile/z_index_map = [ ]
|
||||||
|
4/occluder_offset = Vector2( 0, 0 )
|
||||||
|
4/navigation_offset = Vector2( 0, 0 )
|
||||||
|
4/shape_offset = Vector2( 0, 0 )
|
||||||
|
4/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
|
||||||
|
4/shape_one_way = false
|
||||||
|
4/shape_one_way_margin = 0.0
|
||||||
|
4/shapes = [ ]
|
||||||
|
4/z_index = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue