-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tscn
44 lines (36 loc) · 1.01 KB
/
main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[gd_scene load_steps=4 format=2]
[ext_resource path="res://ball.tscn" type="PackedScene" id=1]
[ext_resource path="res://main.gd" type="Script" id=2]
[sub_resource type="PhysicsMaterial" id=1]
friction = 0.4
[node name="Node2D" type="Node2D"]
script = ExtResource( 2 )
[node name="static" type="StaticBody2D" parent="."]
[node name="wall" type="CollisionPolygon2D" parent="static"]
polygon = PoolVector2Array( 0, 0 )
[node name="color" type="ColorRect" parent="."]
margin_left = 1.0
margin_top = -1.0
margin_right = 1025.0
margin_bottom = 601.0
color = Color( 0.223529, 0.203922, 0.203922, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="pre_ball" parent="." instance=ExtResource( 1 )]
visible = false
collision_layer = 2147483648
collision_mask = 0
mode = 1
mass = 0.00102041
physics_material_override = SubResource( 1 )
sleeping = true
[node name="score" type="Label" parent="."]
margin_left = 44.0
margin_top = 16.0
margin_right = 91.0
margin_bottom = 40.0
text = "0"
__meta__ = {
"_edit_use_anchors_": false
}