Commit Graph

8 Commits

Author SHA1 Message Date
MacDugRPG
0b6ad7469c Adds Merged Game Demo Web Version
This is an add of the merged game demo for web with required cleanup and code changes for it to run in web. Currently the load character csv does not function, this is still in development for the web version.

To view served via itch.io: https://macdug.itch.io/bcirpg-game-base-test
2023-08-13 13:06:12 -06:00
MacDugRPG
bd6acd0611 Merged Demo case insensitive paths fixes
This kicks off the case insensitive path fixes for the merged demo.
2023-07-16 14:51:59 -04:00
MacDugRPG
ae9acf8931 Modifies main menu base for testing
Replaces change scene button signals.
2023-07-16 14:05:40 -04:00
MacDugRPG
d78daee643 Adds new main menu base for testing
New updates to fix casing issues with directory names.
2023-07-16 13:43:59 -04:00
MacDugRPG
73142e9a90 Main Menu script attachment fix, part 2
Load screen was still using the wrong path. This addresses that.
2023-07-09 16:25:59 -04:00
MacDugRPG
133e4ac53a Main Menu script attachment fix
This posts a modification of the Main Menu Godot project that addresses incorrect script links (due to Windows/MacOS case insensitivity).
2023-07-09 16:14:56 -04:00
Andrew Tang
3a4ca5fdcd Squashed commit of the following:
commit 59b74b946a
Author: Andrew Tang <tandrew@gmail.com>
Date:   Mon Jul 11 01:16:34 2022 +0800

    Complete DiceRoller Singleton Version

    Created script: "DiceRoller.gd" to be the only dice script attached to a node and will act as a singleton. A single DieManager object is created in this script. The DieManager's values can be changed and methods can be called through the DiceRoller Script

commit 3a402d4331
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:28 2022 -0400

    Delete .DS_Store

commit c00b24c60a
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:16 2022 -0400

    Delete .DS_Store

commit 4f788de0c7
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:05 2022 -0400

    Delete .DS_Store

commit c20fd85567
Author: Andrew Tang <tandrew@gmail.com>
Date:   Mon Jul 4 00:13:15 2022 +0800

    Added D10 and easier die selection
2022-07-11 01:39:53 +08:00
Andrew Tang
e338cf1c47 Initial version of diceroller
Built a simple UI to test out the dice roller. Can handle multiple die and supports D4, D6, D8, D10, D12, and D20 (Let me know if there shouldn't be a restriction on the valid types of die).
2022-06-27 01:40:01 +08:00