Skip to content

Commit

Permalink
BrAIn
Browse files Browse the repository at this point in the history
  • Loading branch information
outfrost committed Nov 7, 2021
1 parent 5287b32 commit 30a01d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion game/Game.gd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func _ready() -> void:

func _process(delta: float) -> void:
DebugOverlay.display("fps %d" % Performance.get_monitor(Performance.TIME_FPS))
DebugOverlay.display("BrAIn %.2f" % temper)
# DebugOverlay.display("BrAIn %.2f" % temper)

if Input.is_action_just_pressed("menu"):
back_to_menu()
Expand Down
2 changes: 1 addition & 1 deletion game/menu/MainMenu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ margin_right = 512.0
margin_bottom = -8.0
grow_vertical = 0
custom_fonts/font = ExtResource( 1 )
text = "v1.0.0"
text = "v1.0.1"
valign = 2
__meta__ = {
"_edit_use_anchors_": false
Expand Down

0 comments on commit 30a01d0

Please sign in to comment.