mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-29 02:23:22 +08:00
Oops; left in some debug prints
This commit is contained in:
parent
98c8fcf61d
commit
52e640b474
@ -596,7 +596,6 @@ class Achievement:
|
||||
# Show 'hard-mode-only' only over incomplete achievements
|
||||
# when that's the case.
|
||||
if hmo:
|
||||
print('DOING HMO WITH STYLE', style)
|
||||
txtactor = Text(
|
||||
Lstr(resource='difficultyHardOnlyText'),
|
||||
host_only=True,
|
||||
@ -614,7 +613,6 @@ class Achievement:
|
||||
color=(1, 1, 0.6, 1),
|
||||
transition_delay=delay + 0.05,
|
||||
transition_out_delay=None).autoretain()
|
||||
print('DID HMO')
|
||||
assert txtactor.node
|
||||
txtactor.node.rotate = 10
|
||||
objs.append(txtactor)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user