mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-11 21:22:22 +02:00
Merge pull request #20 from creyD/dev-usability
Improved usability and UX of the game
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/Banana/mouse_follow.png" type="Texture" id=2]
|
||||
@@ -8,6 +8,7 @@
|
||||
[ext_resource path="res://Objects/Banana/icon.png" type="Texture" id=6]
|
||||
[ext_resource path="res://Objects/Card/card.png" type="Texture" id=7]
|
||||
[ext_resource path="res://Objects/Banana/Banana.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://Fonts/Harmonic/Harmonic12.tres" type="DynamicFont" id=9]
|
||||
|
||||
[sub_resource type="SpriteFrames" id=1]
|
||||
animations = [ {
|
||||
@@ -16,15 +17,15 @@ animations = [ {
|
||||
"name": "lvl0",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 3 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl2",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 4 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl1",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 3 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl2",
|
||||
"speed": 60.0
|
||||
} ]
|
||||
|
||||
[node name="BananaCard" type="TextureRect"]
|
||||
@@ -50,3 +51,13 @@ texture = ExtResource( 7 )
|
||||
position = Vector2( 33.1035, 40.3068 )
|
||||
frames = SubResource( 1 )
|
||||
animation = "lvl0"
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
margin_left = -7.08307
|
||||
margin_top = -10.7319
|
||||
margin_right = 38.9169
|
||||
margin_bottom = 3.26807
|
||||
custom_fonts/font = ExtResource( 9 )
|
||||
text = "Banana"
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
@@ -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,9 +8,15 @@
|
||||
[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( 2 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl2",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 3 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl1",
|
||||
@@ -20,14 +26,9 @@ animations = [ {
|
||||
"loop": false,
|
||||
"name": "lvl0",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 2 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl2",
|
||||
"speed": 60.0
|
||||
} ]
|
||||
|
||||
[node name="GenericCard4" type="TextureRect"]
|
||||
[node name="BarrelCard" type="TextureRect"]
|
||||
margin_left = 180.718
|
||||
margin_top = 220.859
|
||||
margin_right = 212.718
|
||||
@@ -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
|
||||
|
||||
@@ -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,14 +8,10 @@
|
||||
[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]
|
||||
[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( 2 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl2",
|
||||
@@ -25,9 +21,14 @@ animations = [ {
|
||||
"loop": false,
|
||||
"name": "lvl1",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 4 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl0",
|
||||
"speed": 60.0
|
||||
} ]
|
||||
|
||||
[node name="GenericCard3" type="TextureRect"]
|
||||
[node name="BarrierCard" type="TextureRect"]
|
||||
margin_left = 124.812
|
||||
margin_top = 220.859
|
||||
margin_right = 156.812
|
||||
@@ -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.75516
|
||||
margin_top = -12.0165
|
||||
margin_right = 36.2448
|
||||
margin_bottom = 1.98349
|
||||
custom_fonts/font = ExtResource( 9 )
|
||||
text = "Wall"
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
@@ -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,9 +8,15 @@
|
||||
[ext_resource path="res://Objects/Slime/Slime.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://Objects/Slime/slime.png" type="Texture" id=7]
|
||||
[ext_resource path="res://Objects/Slime/slime_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( 3 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl1",
|
||||
@@ -20,11 +26,6 @@ animations = [ {
|
||||
"loop": false,
|
||||
"name": "lvl2",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 4 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl0",
|
||||
"speed": 60.0
|
||||
} ]
|
||||
|
||||
[node name="SlimeCard" type="TextureRect"]
|
||||
@@ -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 = -4.29276
|
||||
margin_top = -11.5905
|
||||
margin_right = 35.7072
|
||||
margin_bottom = 2.40953
|
||||
custom_fonts/font = ExtResource( 9 )
|
||||
text = "Slime"
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
@@ -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 = [ {
|
||||
@@ -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 = "Spawner"
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
@@ -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/Traps/Bear/Animation/0012.png" type="Texture" id=2]
|
||||
@@ -8,6 +8,7 @@
|
||||
[ext_resource path="res://Objects/Traps/Bear/bear.jpg" type="Texture" id=6]
|
||||
[ext_resource path="res://Objects/Card/card.png" type="Texture" id=7]
|
||||
[ext_resource path="res://Objects/Traps/Bear/Bear.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://Fonts/Harmonic/Harmonic12.tres" type="DynamicFont" id=9]
|
||||
|
||||
[sub_resource type="SpriteFrames" id=1]
|
||||
animations = [ {
|
||||
@@ -27,7 +28,7 @@ animations = [ {
|
||||
"speed": 60.0
|
||||
} ]
|
||||
|
||||
[node name="GenericCard2" type="TextureRect"]
|
||||
[node name="BearTrapCard" type="TextureRect"]
|
||||
margin_left = 69.0145
|
||||
margin_top = 221.191
|
||||
margin_right = 101.014
|
||||
@@ -50,3 +51,16 @@ texture = ExtResource( 7 )
|
||||
position = Vector2( 33.1035, 40.3068 )
|
||||
frames = SubResource( 1 )
|
||||
animation = "lvl0"
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
margin_left = -5.50008
|
||||
margin_top = -10.6766
|
||||
margin_right = 37.4999
|
||||
margin_bottom = 3.32339
|
||||
custom_fonts/font = ExtResource( 9 )
|
||||
text = "Beartrap"
|
||||
align = 1
|
||||
valign = 1
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=10 format=2]
|
||||
[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]
|
||||
@@ -8,14 +8,10 @@
|
||||
[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( 5 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl2",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 4 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl0",
|
||||
@@ -25,6 +21,11 @@ animations = [ {
|
||||
"loop": false,
|
||||
"name": "lvl1",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 5 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl2",
|
||||
"speed": 60.0
|
||||
} ]
|
||||
|
||||
[node name="FlameCard" type="TextureRect"]
|
||||
@@ -50,3 +51,13 @@ texture = ExtResource( 2 )
|
||||
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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=10 format=2]
|
||||
[gd_scene load_steps=11 format=2]
|
||||
|
||||
[ext_resource path="res://Objects/Traps/Spike/Animation/spikes_015.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Objects/Card/card.png" type="Texture" id=2]
|
||||
@@ -8,14 +8,10 @@
|
||||
[ext_resource path="res://Objects/Card/level1.png" type="Texture" id=6]
|
||||
[ext_resource path="res://Objects/Traps/Spike/Spike.tscn" type="PackedScene" id=7]
|
||||
[ext_resource path="res://Objects/Traps/Spike/spikes_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( 5 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl2",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 4 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl0",
|
||||
@@ -25,6 +21,11 @@ animations = [ {
|
||||
"loop": false,
|
||||
"name": "lvl1",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 5 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl2",
|
||||
"speed": 60.0
|
||||
} ]
|
||||
|
||||
[node name="SpikeCard" type="TextureRect"]
|
||||
@@ -50,3 +51,13 @@ texture = ExtResource( 2 )
|
||||
position = Vector2( 33.1035, 40.3068 )
|
||||
frames = SubResource( 1 )
|
||||
animation = "lvl0"
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
margin_left = -3.68052
|
||||
margin_top = -10.6735
|
||||
margin_right = 36.3195
|
||||
margin_bottom = 3.32649
|
||||
custom_fonts/font = ExtResource( 9 )
|
||||
text = "Spikes"
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
Reference in New Issue
Block a user