ld52_olive_harvest/ui/Scheduler.tscn

121 lines
3.2 KiB
Plaintext

[gd_scene load_steps=7 format=2]
[ext_resource path="res://ui/calendar.png" type="Texture" id=1]
[ext_resource path="res://ui/clock.png" type="Texture" id=2]
[ext_resource path="res://ui/normal_theme.tres" type="Theme" id=3]
[ext_resource path="res://ui/clock_hand.png" type="Texture" id=4]
[ext_resource path="res://ui/Scheduler.gd" type="Script" id=5]
[ext_resource path="res://ui/clock_postie_region.png" type="Texture" id=6]
[node name="Scheduler" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 5 )
[node name="Calendar" type="Sprite" parent="."]
position = Vector2( 139, 119 )
texture = ExtResource( 1 )
offset = Vector2( -91, -87 )
[node name="LabelCalendar" type="Label" parent="."]
margin_top = 66.0
margin_right = 94.0
margin_bottom = 93.0
rect_pivot_offset = Vector2( 139, 53 )
theme = ExtResource( 3 )
text = "Calendar"
align = 1
[node name="Clock" type="Sprite" parent="."]
position = Vector2( 151, 36 )
texture = ExtResource( 2 )
[node name="ClockHand" type="Sprite" parent="Clock"]
texture = ExtResource( 4 )
centered = false
offset = Vector2( -4, -20 )
[node name="PostieRegions" type="Node2D" parent="Clock"]
[node name="PostieRegion1" type="Sprite" parent="Clock/PostieRegions"]
visible = false
texture = ExtResource( 6 )
centered = false
offset = Vector2( -2, -32 )
[node name="PostieRegion2" type="Sprite" parent="Clock/PostieRegions"]
visible = false
rotation = 0.628319
texture = ExtResource( 6 )
centered = false
offset = Vector2( -2, -32 )
[node name="PostieRegion3" type="Sprite" parent="Clock/PostieRegions"]
visible = false
rotation = 1.25664
texture = ExtResource( 6 )
centered = false
offset = Vector2( -2, -32 )
[node name="PostieRegion4" type="Sprite" parent="Clock/PostieRegions"]
visible = false
rotation = 1.88496
texture = ExtResource( 6 )
centered = false
offset = Vector2( -2, -32 )
[node name="PostieRegion5" type="Sprite" parent="Clock/PostieRegions"]
visible = false
rotation = 2.51327
texture = ExtResource( 6 )
centered = false
offset = Vector2( -2, -32 )
[node name="PostieRegion6" type="Sprite" parent="Clock/PostieRegions"]
visible = false
rotation = -3.14159
texture = ExtResource( 6 )
centered = false
offset = Vector2( -2, -32 )
[node name="PostieRegion7" type="Sprite" parent="Clock/PostieRegions"]
visible = false
rotation = -2.51327
scale = Vector2( 1, 1 )
texture = ExtResource( 6 )
centered = false
offset = Vector2( -2, -32 )
[node name="PostieRegion8" type="Sprite" parent="Clock/PostieRegions"]
visible = false
rotation = -1.88496
texture = ExtResource( 6 )
centered = false
offset = Vector2( -2, -32 )
[node name="PostieRegion9" type="Sprite" parent="Clock/PostieRegions"]
visible = false
rotation = -1.25664
texture = ExtResource( 6 )
centered = false
offset = Vector2( -2, -32 )
[node name="PostieRegion10" type="Sprite" parent="Clock/PostieRegions"]
visible = false
rotation = -0.628319
texture = ExtResource( 6 )
centered = false
offset = Vector2( -2, -32 )
[node name="LabelClock" type="Label" parent="."]
margin_left = 103.0
margin_top = 66.0
margin_right = 197.0
margin_bottom = 93.0
rect_pivot_offset = Vector2( 139, 53 )
theme = ExtResource( 3 )
text = "Clock"
align = 1
[node name="Timer" type="Timer" parent="."]