mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-11 21:22:22 +02:00
53 lines
1.5 KiB
Plaintext
53 lines
1.5 KiB
Plaintext
[gd_scene load_steps=10 format=2]
|
|
|
|
[ext_resource path="res://Menus/DragNDrop/DragSource.gd" type="Script" id=1]
|
|
[ext_resource path="res://Objects/Card/level2.png" type="Texture" id=2]
|
|
[ext_resource path="res://Objects/Card/level1.png" type="Texture" id=3]
|
|
[ext_resource path="res://Objects/Card/level0.png" type="Texture" id=4]
|
|
[ext_resource path="res://Objects/Card/card.png" type="Texture" id=5]
|
|
[ext_resource path="res://Objects/Barriere/Barriere.tscn" type="PackedScene" id=6]
|
|
[ext_resource path="res://Objects/Barriere/wall_icon.png" type="Texture" id=7]
|
|
[ext_resource path="res://Objects/Barriere/wall_set.png" type="Texture" id=8]
|
|
|
|
[sub_resource type="SpriteFrames" id=1]
|
|
animations = [ {
|
|
"frames": [ ExtResource( 4 ) ],
|
|
"loop": false,
|
|
"name": "lvl0",
|
|
"speed": 60.0
|
|
}, {
|
|
"frames": [ ExtResource( 2 ) ],
|
|
"loop": false,
|
|
"name": "lvl2",
|
|
"speed": 60.0
|
|
}, {
|
|
"frames": [ ExtResource( 3 ) ],
|
|
"loop": false,
|
|
"name": "lvl1",
|
|
"speed": 60.0
|
|
} ]
|
|
|
|
[node name="GenericCard3" type="TextureRect"]
|
|
margin_left = 124.812
|
|
margin_top = 220.859
|
|
margin_right = 156.812
|
|
margin_bottom = 252.859
|
|
texture = ExtResource( 7 )
|
|
expand = true
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
Item = ExtResource( 6 )
|
|
PreviewIcon = ExtResource( 8 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
position = Vector2( 15.729, 15.7929 )
|
|
z_index = -1
|
|
texture = ExtResource( 5 )
|
|
|
|
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
|
position = Vector2( 33.1035, 40.3068 )
|
|
frames = SubResource( 1 )
|
|
animation = "lvl0"
|