-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPlayer.tscn
35 lines (31 loc) · 939 Bytes
/
Player.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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://icon.png" type="Texture" id=1]
[ext_resource path="res://Player.gd" type="Script" id=2]
[ext_resource path="res://addons/Recorder/recorder.gd" type="Script" id=3]
[ext_resource path="res://addons/Recorder/recorder_icon.png" type="Texture" id=4]
[node name="Player" type="Sprite" index="0"]
texture = ExtResource( 1 )
script = ExtResource( 2 )
[node name="Recorder" type="ReferenceRect" parent="." index="0"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = -93.0
margin_top = -85.0
margin_right = 88.0
margin_bottom = 84.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
script = ExtResource( 3 )
__meta__ = {
"_editor_icon": ExtResource( 4 )
}
frames_per_second = 30.0
output_folder = "out"
flip_y = true
use_thread = false