mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-11 21:22:22 +02:00
64 lines
1.8 KiB
Plaintext
64 lines
1.8 KiB
Plaintext
[gd_scene load_steps=11 format=2]
|
|
|
|
[ext_resource path="res://Objects/Traps/Flame/Animation/fire_059.png" type="Texture" id=1]
|
|
[ext_resource path="res://Objects/Card/card.png" type="Texture" id=2]
|
|
[ext_resource path="res://Menus/DragNDrop/DragSource.gd" type="Script" id=3]
|
|
[ext_resource path="res://Objects/Card/level0.png" type="Texture" id=4]
|
|
[ext_resource path="res://Objects/Card/level2.png" type="Texture" id=5]
|
|
[ext_resource path="res://Objects/Card/level1.png" type="Texture" id=6]
|
|
[ext_resource path="res://Objects/Traps/Flame/Flame.tscn" type="PackedScene" id=7]
|
|
[ext_resource path="res://Objects/Traps/Flame/fire_icon.png" type="Texture" id=8]
|
|
[ext_resource path="res://Fonts/Harmonic/Harmonic12.tres" type="DynamicFont" id=9]
|
|
|
|
[sub_resource type="SpriteFrames" id=1]
|
|
animations = [ {
|
|
"frames": [ ExtResource( 4 ) ],
|
|
"loop": false,
|
|
"name": "lvl0",
|
|
"speed": 60.0
|
|
}, {
|
|
"frames": [ ExtResource( 6 ) ],
|
|
"loop": false,
|
|
"name": "lvl1",
|
|
"speed": 60.0
|
|
}, {
|
|
"frames": [ ExtResource( 5 ) ],
|
|
"loop": false,
|
|
"name": "lvl2",
|
|
"speed": 60.0
|
|
} ]
|
|
|
|
[node name="FlameCard" type="TextureRect"]
|
|
margin_left = 10.7364
|
|
margin_top = 227.792
|
|
margin_right = 42.7364
|
|
margin_bottom = 259.792
|
|
texture = ExtResource( 8 )
|
|
expand = true
|
|
script = ExtResource( 3 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
Item = ExtResource( 7 )
|
|
PreviewIcon = ExtResource( 1 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
position = Vector2( 15.729, 15.7929 )
|
|
z_index = -1
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
|
position = Vector2( 33.1035, 40.3068 )
|
|
frames = SubResource( 1 )
|
|
animation = "lvl0"
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = -3.86454
|
|
margin_top = -10.6735
|
|
margin_right = 36.1355
|
|
margin_bottom = 3.32651
|
|
custom_fonts/font = ExtResource( 9 )
|
|
text = "Flames"
|
|
align = 1
|
|
valign = 1
|