Commit 646643e
committed
game_logic: Remove slider hack for coins_to_win
The bug this was taking advantage of was fixed in Godot 4.4. The
property is displayed with a spin control despite this hack.
Godot 4.6 will add a new "prefer_slider" hint
<https://github.com/godotengine/godot/pull/1104599>.
Remove the weird 0.9-coin step, and replace the HACK comment with a TODO
for when we update to Godot 4.6.1 parent 3db100e commit 646643e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments