1
Fork 0
mirror of https://github.com/Steffo99/watermelonkeys-patched-ld51.git synced 2024-11-22 08:04:19 +00:00
fading-sun/light.tscn

62 lines
1.6 KiB
Text
Raw Normal View History

2022-10-03 14:32:11 +00:00
[gd_scene load_steps=10 format=2]
[ext_resource path="res://ASSETS/light/light.png" type="Texture" id=1]
[ext_resource path="res://ASSETS/light/vending_machine.png" type="Texture" id=2]
[ext_resource path="res://ASSETS/light/maxi_schermo.png" type="Texture" id=4]
[ext_resource path="res://ASSETS/light/cartellone.png" type="Texture" id=5]
[ext_resource path="res://ASSETS/light/semaphore.png" type="Texture" id=6]
[ext_resource path="res://ASSETS/light/crate.png" type="Texture" id=7]
[ext_resource path="res://light.gd" type="Script" id=8]
[sub_resource type="CircleShape2D" id=3]
radius = 47.0
[sub_resource type="SpriteFrames" id=2]
animations = [ {
"frames": [ ExtResource( 5 ) ],
"loop": true,
"name": "cartellone",
"speed": 5.0
}, {
"frames": [ ExtResource( 7 ) ],
"loop": true,
"name": "create",
"speed": 5.0
}, {
"frames": [ ExtResource( 4 ) ],
"loop": true,
"name": "screen",
"speed": 5.0
}, {
"frames": [ ExtResource( 6 ) ],
"loop": true,
"name": "semaphore",
"speed": 5.0
}, {
"frames": [ ExtResource( 2 ) ],
"loop": true,
"name": "vending_machine",
"speed": 5.0
} ]
[node name="light" type="Area2D"]
position = Vector2( 0, -23 )
script = ExtResource( 8 )
__meta__ = {
"_edit_horizontal_guides_": [ ]
}
[node name="Light2D" type="Light2D" parent="."]
2022-10-03 17:23:45 +00:00
scale = Vector2( 0.16, 0.16 )
2022-10-03 14:32:11 +00:00
texture = ExtResource( 1 )
2022-10-03 17:23:45 +00:00
shadow_enabled = true
2022-10-03 14:32:11 +00:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 3 )
[node name="Sprite" type="AnimatedSprite" parent="."]
position = Vector2( 0, -7 )
scale = Vector2( 1.0625, 1.25 )
frames = SubResource( 2 )
animation = "screen"