Finishing instantiating section
This commit is contained in:
parent
3f48049fc9
commit
12d6586449
2 changed files with 14 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
[ext_resource type="Texture2D" uid="uid://dv6rx85s1gy3i" path="res://assets/ballBlue_10.png" id="1"]
|
||||
|
||||
[sub_resource type="PhysicsMaterial" id="1"]
|
||||
bounce = 0.5
|
||||
|
||||
[sub_resource type="CircleShape2D" id="2"]
|
||||
radius = 37.1452
|
||||
|
|
|
@ -131,3 +131,16 @@ texture = ExtResource("3")
|
|||
[node name="CollisionShape2D" type="CollisionShape2D" parent="WallContainer/Wall6"]
|
||||
rotation = 1.5708
|
||||
shape = SubResource("2")
|
||||
|
||||
[node name="Ball" parent="." instance=ExtResource("2")]
|
||||
position = Vector2(388, 71)
|
||||
gravity_scale = 10.0
|
||||
|
||||
[node name="Ball2" parent="." instance=ExtResource("2")]
|
||||
position = Vector2(649, 33)
|
||||
|
||||
[node name="Ball3" parent="." instance=ExtResource("2")]
|
||||
position = Vector2(510, 9)
|
||||
|
||||
[node name="Ball4" parent="." instance=ExtResource("2")]
|
||||
position = Vector2(413, -100)
|
||||
|
|
Loading…
Reference in a new issue