Commit 6e45900 1 parent e292ce7 commit 6e45900 Copy full SHA for 6e45900
File tree 4 files changed +50
-8
lines changed
4 files changed +50
-8
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -304,42 +304,49 @@ __meta__ = {
304
304
[node name ="Controls" type ="RichTextLabel" parent ="Controls" ]
305
305
anchor_right = 0.021
306
306
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
311
311
custom_fonts/normal_font = SubResource ( 5 )
312
312
bbcode_enabled = true
313
- bbcode_text = "[table=3 ]
313
+ bbcode_text = "[table=4 ]
314
314
[cell][u]Main [/u] [/cell]
315
315
[cell][u]Alternative[/u] [/cell]
316
- [cell][u]Functions[/u] [/cell]
316
+ [cell][u]Function[/u] [/cell]
317
+ [cell][/cell]
317
318
318
319
[cell]A [/cell]
319
320
[cell]LEFT ARROW [/cell]
320
321
[cell]Move Left [/cell]
322
+ [cell][/cell]
321
323
322
324
[cell]D [/cell]
323
325
[cell]RIGHT ARROW [/cell]
324
326
[cell]Move Right [/cell]
327
+ [cell][/cell]
325
328
326
329
[cell]SPACE [/cell]
327
330
[cell] [/cell]
328
331
[cell]Jump [/cell]
332
+ [cell][/cell]
329
333
330
334
[cell]R [/cell]
331
335
[cell] [/cell]
332
336
[cell]Throw Rope [/cell]
337
+ [cell]Only one per Screen[/cell]
333
338
334
339
[cell]W [/cell]
335
340
[cell]UP ARROW [/cell]
336
341
[cell]Climb Up on Rope [/cell]
342
+ [cell][/cell]
337
343
338
344
[cell]S [/cell]
339
345
[cell]DOWN ARROW [/cell]
340
346
[cell]Climb Down on Rope [/cell]
347
+ [cell][/cell]
341
348
[/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 "
343
350
__meta__ = {
344
351
"_edit_use_anchors_" : false
345
352
}
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ _global_script_class_icons={
14
14
15
15
[application ]
16
16
17
- config/name ="ld48 "
17
+ config/name ="aMAZEing mine "
18
18
run/main_scene ="res://menu.tscn"
19
+ boot_splash/image ="res://Sprites/title_card.png"
19
20
config/icon ="res://Sprites/logo.png"
20
21
21
22
[autoload ]
You can’t perform that action at this time.
0 commit comments