Skip to content

Commit 6e45900

Browse files
controls expanded
1 parent e292ce7 commit 6e45900

File tree

4 files changed

+50
-8
lines changed

4 files changed

+50
-8
lines changed

game/Sprites/title_card.png

30.8 KB
Loading

game/Sprites/title_card.png.import

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="StreamTexture"
5+
path="res://.import/title_card.png-ab532514812c4d0ba6cfdf372fdb0a91.stex"
6+
metadata={
7+
"vram_texture": false
8+
}
9+
10+
[deps]
11+
12+
source_file="res://Sprites/title_card.png"
13+
dest_files=[ "res://.import/title_card.png-ab532514812c4d0ba6cfdf372fdb0a91.stex" ]
14+
15+
[params]
16+
17+
compress/mode=0
18+
compress/lossy_quality=0.7
19+
compress/hdr_mode=0
20+
compress/bptc_ldr=0
21+
compress/normal_map=0
22+
flags/repeat=0
23+
flags/filter=true
24+
flags/mipmaps=false
25+
flags/anisotropic=false
26+
flags/srgb=2
27+
process/fix_alpha_border=true
28+
process/premult_alpha=false
29+
process/HDR_as_SRGB=false
30+
process/invert_color=false
31+
stream=false
32+
size_limit=0
33+
detect_3d=true
34+
svg/scale=1.0

game/menu.tscn

+14-7
Original file line numberDiff line numberDiff line change
@@ -304,42 +304,49 @@ __meta__ = {
304304
[node name="Controls" type="RichTextLabel" parent="Controls"]
305305
anchor_right = 0.021
306306
anchor_bottom = 0.037
307-
margin_left = 161.56
308-
margin_top = 208.056
309-
margin_right = 1558.24
310-
margin_bottom = 663.096
307+
margin_left = 162.0
308+
margin_top = 208.0
309+
margin_right = 1558.68
310+
margin_bottom = 936.04
311311
custom_fonts/normal_font = SubResource( 5 )
312312
bbcode_enabled = true
313-
bbcode_text = "[table=3]
313+
bbcode_text = "[table=4]
314314
[cell][u]Main [/u] [/cell]
315315
[cell][u]Alternative[/u] [/cell]
316-
[cell][u]Functions[/u] [/cell]
316+
[cell][u]Function[/u] [/cell]
317+
[cell][/cell]
317318
318319
[cell]A [/cell]
319320
[cell]LEFT ARROW [/cell]
320321
[cell]Move Left [/cell]
322+
[cell][/cell]
321323
322324
[cell]D [/cell]
323325
[cell]RIGHT ARROW [/cell]
324326
[cell]Move Right [/cell]
327+
[cell][/cell]
325328
326329
[cell]SPACE [/cell]
327330
[cell] [/cell]
328331
[cell]Jump [/cell]
332+
[cell][/cell]
329333
330334
[cell]R [/cell]
331335
[cell] [/cell]
332336
[cell]Throw Rope [/cell]
337+
[cell]Only one per Screen[/cell]
333338
334339
[cell]W [/cell]
335340
[cell]UP ARROW [/cell]
336341
[cell]Climb Up on Rope [/cell]
342+
[cell][/cell]
337343
338344
[cell]S [/cell]
339345
[cell]DOWN ARROW [/cell]
340346
[cell]Climb Down on Rope [/cell]
347+
[cell][/cell]
341348
[/table]"
342-
text = "Main Alternative Functions A LEFT ARROW Move Left D RIGHT ARROW Move Right SPACE Jump R Throw Rope W UP ARROW Climb Up on Rope S DOWN ARROW Climb Down on Rope "
349+
text = "Main Alternative Function A LEFT ARROW Move Left D RIGHT ARROW Move Right SPACE Jump R Throw Rope Only one per ScreenW UP ARROW Climb Up on Rope S DOWN ARROW Climb Down on Rope "
343350
__meta__ = {
344351
"_edit_use_anchors_": false
345352
}

game/project.godot

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ _global_script_class_icons={
1414

1515
[application]
1616

17-
config/name="ld48"
17+
config/name="aMAZEing mine"
1818
run/main_scene="res://menu.tscn"
19+
boot_splash/image="res://Sprites/title_card.png"
1920
config/icon="res://Sprites/logo.png"
2021

2122
[autoload]

0 commit comments

Comments
 (0)