Skip to content

Commit

Permalink
Print controls to screen
Browse files Browse the repository at this point in the history
  • Loading branch information
yndajas committed Oct 2, 2023
1 parent da7c05e commit 358fa84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions scenes/level_1.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,15 @@ theme_override_font_sizes/normal_font_size = 24
bbcode_enabled = true
text = "[right]0.00 seconds"

[node name="Controls" type="RichTextLabel" parent="CanvasLayer"]
offset_top = 344.0
offset_right = 640.0
offset_bottom = 352.0
theme_override_fonts/normal_font = ExtResource("1_hrp24")
theme_override_font_sizes/normal_font_size = 8
bbcode_enabled = true
text = "[center]Escape/start = return to menu R/triangle = reset level M/square = toggle music"

[node name="LevelIndicator" type="RichTextLabel" parent="."]
offset_left = 8.0
offset_top = -56.0
Expand Down
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# To do

- Print controls on screen
- Activate `jump_start_end` animation (add `previous_tick_off_ground` variable, or perhaps `ticks_off_ground` and switch to `jump_middle` after ~5-10 ticks) - not sure if there's an easy way to trigger back into it
- Make cover art and playthrough video
- Export and upload to itch.io
Expand Down Expand Up @@ -66,3 +65,4 @@
- Fix collision object on player
- Pulse end text
- Move congratulations/result to canvas layer
- Print controls on screen

0 comments on commit 358fa84

Please sign in to comment.