mirror of
https://git.tonybark.com/tonytins/CyberBits.git
synced 2026-02-10 09:34:48 -05:00
Refactored Program.cs
- Introduce ResourceFiles.cs with constants for JSON resource paths. - Updated Program.cs to use those constants. - Refactored scene handling to store current scene in a variables. - Added file existence checks and switch quit handling to sys.Environment.Exit. - Updated .editorconfig.
This commit is contained in:
parent
533e1bb076
commit
55044ae4b8
15 changed files with 172 additions and 64 deletions
|
|
@ -1,8 +1,9 @@
|
|||
<Solution>
|
||||
<Folder Name="/Solution Items/">
|
||||
<File Path="Directory.Build.props" />
|
||||
<File Path="global.json" />
|
||||
<File Path="README.md" />
|
||||
<File Path="Directory.Build.props" />
|
||||
<File Path="global.json" />
|
||||
<File Path=".editorconfig" />
|
||||
<File Path="README.md" />
|
||||
</Folder>
|
||||
<Project Path="Cyberbits/Cyberbits.csproj" />
|
||||
</Solution>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue