-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tscn
31 lines (26 loc) · 802 Bytes
/
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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://sprite.png" type="Texture" id=1]
[ext_resource path="res://Player.gd" type="Script" id=2]
[ext_resource path="res://vt323/vt323.tres" type="DynamicFont" id=3]
[ext_resource path="res://main.gd" type="Script" id=4]
[node name="main" type="Node2D"]
script = ExtResource( 4 )
[node name="Player" type="KinematicBody2D" parent="."]
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
[node name="Sprite" type="Sprite" parent="Player"]
position = Vector2( 8, 8 )
texture = ExtResource( 1 )
[node name="Label" type="Label" parent="Player"]
margin_left = 16.5614
margin_top = -1.81141
margin_right = 58.5614
margin_bottom = 35.1886
custom_fonts/font = ExtResource( 3 )
text = "x: 123
y: 456"
__meta__ = {
"_edit_use_anchors_": false
}