generated from NiklasEi/bevy_game_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommands.txt
81 lines (55 loc) · 1.92 KB
/
commands.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
cargo install wasm-server-runner
cd 5_bevy_minesweeper
cargo install -f wasm-bindgen-cli --version 0.2.79
# cargo serve
cargo run
http://127.0.0.1:8080/
################# FROM README:
WASM build
Native: cargo serve --release and open http://127.0.0.1:1334
Browser: ./build_wasm.sh and open public/index.html in a browser
################# WASM MODE:
cd OpenTrainyard
trunk serve
################ Released:
https://mediatemple.net/blog/web-development-tech/quick-tip-debug-ios-safari-true-local-emulator-actual-iphoneipad/
https://micoloth.github.io/OpenTrainyard/
TODO:
- DONE Fix bug entities deletion (board + trains not disappearing)
- DONE main menu !!
- DONE Border pixel in tile placement
- DONE bevy_pkv !!!
- DONE Color of curved tile border
- DONE train sprites
- DONE Dont flip if cross
- DONE FIX speed scroll nulling ...
- DONE Button text
- DONE Score in solutions menu
- DONE Extra Tick on tile transition
- DONE Bug: 9 start tiles
- DONE Level solutions menu..
- DONE tutorial, in theory......
- DONE z index of split and start and stop
- DONE Zindex start
- DONE FIX: Despawn borders by tagging them w GameScreenTag
- DONE Background
- DONE FIX: Run tick=0 lag (Again...)
- DONE cometic status button when running
- DONE Cosmetic score in title when hovering
- DONE Cherrypick level
- DONE Fix menu levels showing last selected level
- DONE Fix menu level fixing end menu scrolling
- DONE Fix duplicated names in json
- DONE Redo background
- DONE Cosmetic Won menu overlayed
- DONE Copy (text) all around ...
- DONE “pick a solution” on top
- DONE Back to title button + credits + icon + go directly to 1st level
- DONE best scores
- DONE Best Score in Won menu And solution menu..
- DONE Particle effect .....
- DONE Ghost train direction in stop (+start?) and split
- DONE credit text
- DONE Discord link
- DONE You MIGHT WANT to fix the 3-collision problem..
- WONT DO Music