mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-12 21:42:23 +02:00
Added Card Descriptions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=10 format=2]
|
||||
[gd_scene load_steps=11 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]
|
||||
@@ -8,19 +8,20 @@
|
||||
[ext_resource path="res://Objects/Barrel/Barrel.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://Objects/Barrel/fass.png" type="Texture" id=7]
|
||||
[ext_resource path="res://Objects/Barrel/barrel_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( 3 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl1",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 4 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl0",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 3 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl1",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 2 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl2",
|
||||
@@ -50,3 +51,13 @@ texture = ExtResource( 5 )
|
||||
position = Vector2( 33.1035, 40.3068 )
|
||||
frames = SubResource( 1 )
|
||||
animation = "lvl0"
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
margin_left = -3.4868
|
||||
margin_top = -10.8478
|
||||
margin_right = 36.5132
|
||||
margin_bottom = 3.15219
|
||||
custom_fonts/font = ExtResource( 9 )
|
||||
text = "Barrel"
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
Reference in New Issue
Block a user