@@ -27,34 +27,29 @@ https://magiaforge.app/ (**Desktop Chrome only** for now)
27
27
- ` trunk build ` to build web app and publish on GitHub Pages
28
28
- ` cargo +nightly fmt ` to format
29
29
30
- Add ` --features debug ` to launch app in debug mode.
31
- Add ` --features save ` to launch app with Save feature.
30
+ ###### Feature Flags
31
+
32
+ ` cargo run --features xxxx,yyyy ` to enable some debug features:
33
+
34
+ - ` debug ` to enable debug draw.
35
+ - ` ingame ` to skip main menu.
36
+ - ` item ` to enable spell item cheat.
37
+
38
+ ### Authoring Tools
39
+
40
+ This project depends on the following tools:
41
+
42
+ - [ LDtk] ( https://ldtk.io/ ) for level design
43
+ - [ Aseprite] ( https://www.aseprite.org/ ) for pixel art drawing
32
44
33
45
### Save Data Location
34
46
35
47
On Windows, save data is stored in ` %HOMEPATH%\AppData\Roaming\magiaforge ` .
36
48
37
49
In browsers, save data is stored in local storage under the key ` magiaforge.magiaforgeconfig ` .
38
50
39
- ### Asset credits
40
-
41
- This game depends on the following assets:
42
-
43
- - 茫漠たる庭 https://dova-s.jp/bgm/play21154.html
44
- - 最果てのルージュ https://dova-s.jp/bgm/play19795.html
45
- - 荒れ地の先へ https://dova-s.jp/bgm/play17195.html
46
- - 悪魔との戦闘 https://dova-s.jp/bgm/play11175.html
47
- - Tides of Adventure https://dova-s.jp/bgm/play21129.html
48
- - ダンジョンを踏破せし者 https://dova-s.jp/bgm/play20822.html
49
- - 森のいざない https://dova-s.jp/bgm/play12135.html
50
- - 迷宮 https://dova-s.jp/bgm/play8802.html
51
- - 忘れられた神殿 https://dova-s.jp/bgm/play629.html
52
- - アクション・バトル https://dova-s.jp/bgm/play12133.html
53
- - Decisive Battle https://dova-s.jp/bgm/play5746.html
54
- - 炎神の吐息 https://dova-s.jp/bgm/play298.html
55
- - Sacred Sacrifice https://dova-s.jp/bgm/play6142.html
56
- - FINAL BATTLE (TRAILER MUSIC) https://pixabay.com/music/electronic-final-battle-trailer-music-217488/
57
- - Human vs Machine (dark orchestral cinematic epic action) https://pixabay.com/music/main-title-human-vs-machine-dark-orchestral-cinematic-epic-action-271968/
58
- - Midnight Forest https://pixabay.com/music/ambient-midnight-forest-184304/
59
- - 発見 https://dova-s.jp/bgm/play20256.html
60
- - (All Sound Effects) https://soundeffect-lab.info/
51
+ ### Asset Credits
52
+
53
+ This game depends on free musical assets from https://dova-s.jp/ .
54
+ See [ the asset creadit file] ( assets/registry.game.ron ) for more details (Also you can see BGM credit in pause menu).
55
+ All Sound Effects are from https://soundeffect-lab.info/ .
0 commit comments