2023-08-02 13:40:43 -07:00
|
|
|
# SupaLidlGame
|
|
|
|
|
|
|
|
Forsen-related game
|
|
|
|
|
|
|
|
![](./Assets/Sprites/Characters/forsen2-portrait.png)
|
|
|
|
|
2023-08-31 19:51:58 -07:00
|
|
|
## Building
|
|
|
|
|
2024-01-25 14:10:22 -08:00
|
|
|
> [!IMPORTANT]
|
2024-02-27 09:12:55 -08:00
|
|
|
> This is currently being developed with Godot 4.3 dev 3 snapshot, which
|
|
|
|
> includes a fix for C# generics causing problems and resetting properties to
|
|
|
|
> null.
|
2024-01-25 14:10:22 -08:00
|
|
|
|
|
|
|
Requires .NET version >=7.0.
|
2023-08-31 19:51:58 -07:00
|
|
|
|
|
|
|
## Notes
|
|
|
|
|
|
|
|
The tilde key (`~`) can open the developer console. This allows access to
|
|
|
|
singletons --- an instance of `Utils.World` can be accessed through `World`,
|
|
|
|
and the player character can be accessed through `World.CurrentPlayer`.
|
|
|
|
|
|
|
|
The default starting scene is `res://Scenes/ArenaExterior.tscn`, and running a
|
|
|
|
non-map scene may spill out errors from `SupaLidlGame.Utils.World`. Eventually
|
|
|
|
this will be fixed to allow main menu scenes.
|
2023-08-05 23:50:08 -07:00
|
|
|
|
|
|
|
## Attributions
|
|
|
|
|
|
|
|
The FontStruction "calamity,"
|
|
|
|
(https://fontstruct.com/fontstructions/show/2158964) by "Doph" is licensed
|
|
|
|
under a Creative Commons Attribution license
|
|
|
|
(http://creativecommons.org/licenses/by/3.0/).
|
|
|
|
|
|
|
|
![](https://i.redd.it/fcy6t049yzr91.png)
|