-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNumber.tscn
40 lines (33 loc) · 1.12 KB
/
Number.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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://Number.gd" type="Script" id=1]
[ext_resource path="res://dodge_assets/fonts/Xolonium-Regular.ttf" type="DynamicFontData" id=2]
[sub_resource type="DynamicFont" id=2]
size = 64
font_data = ExtResource( 2 )
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 22.6368, 19.6593 )
[node name="Number" type="RigidBody2D" groups=[
"numbers",
]]
position = Vector2( 112.635, 80.0443 )
collision_mask = 0
gravity_scale = 0.0
script = ExtResource( 1 )
[node name="Label" type="Label" parent="."]
margin_left = -112.0
margin_top = -80.0
margin_right = -67.0
margin_bottom = -2.0
custom_fonts/font = SubResource( 2 )
text = "6"
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
}
[node name="VisibilityNotifier2D" type="VisibilityNotifier2D" parent="."]
position = Vector2( -87.0671, -47.3859 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( -88.7943, -41.4312 )
rotation = 1.5708
shape = SubResource( 1 )
[connection signal="screen_exited" from="VisibilityNotifier2D" to="." method="_on_VisibilityNotifier2D_screen_exited"]