mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 22:12:23 +02:00
Added Card Descriptions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=9 format=2]
|
||||
[gd_scene load_steps=10 format=2]
|
||||
|
||||
[ext_resource path="res://Objects/Torch/fakel/fakel_000.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Objects/Card/card.png" type="Texture" id=2]
|
||||
@@ -7,6 +7,7 @@
|
||||
[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/Torch/Torch.tscn" type="PackedScene" id=7]
|
||||
[ext_resource path="res://Fonts/Harmonic/Harmonic12.tres" type="DynamicFont" id=8]
|
||||
|
||||
[sub_resource type="SpriteFrames" id=1]
|
||||
animations = [ {
|
||||
@@ -15,15 +16,15 @@ animations = [ {
|
||||
"name": "lvl0",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 5 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl2",
|
||||
"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="TorchCard" type="TextureRect"]
|
||||
@@ -49,3 +50,13 @@ texture = ExtResource( 2 )
|
||||
position = Vector2( 33.1035, 40.3068 )
|
||||
frames = SubResource( 1 )
|
||||
animation = "lvl0"
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
margin_left = -3.23533
|
||||
margin_top = -10.0295
|
||||
margin_right = 36.7647
|
||||
margin_bottom = 3.97046
|
||||
custom_fonts/font = ExtResource( 8 )
|
||||
text = "Torch"
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
Reference in New Issue
Block a user