Description:
Clean up.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
|
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
@@ -28,7 +28,6 | |||||
|
28 |
|
28 | ||
|
29 | private SpriteBatch batch; |
|
29 | private SpriteBatch batch; |
|
30 | private SoundEffect sound; |
|
30 | private SoundEffect sound; |
|
31 | private SpriteFont font; |
|
||
|
32 | private SpriteFont monoFont; |
|
31 | private SpriteFont monoFont; |
|
33 |
|
32 | ||
|
34 | private Camera camera = new Camera(new float[] { 0.25f, 0.5f, 1.0f, 2.0f, 4.0f }); |
|
33 | private Camera camera = new Camera(new float[] { 0.25f, 0.5f, 1.0f, 2.0f, 4.0f }); |
@@ -50,16 +49,13 | |||||
|
50 | //new tile stuff |
|
49 | //new tile stuff |
|
51 | int squaresAcross = 50; |
|
50 | int squaresAcross = 50; |
|
52 | int squaresDown = 50; |
|
51 | int squaresDown = 50; |
|
53 | int baseOffsetX = -14; |
|
52 | // int baseOffsetX = -14; |
|
54 | int baseOffsetY = -14; |
|
53 | // int baseOffsetY = -14; |
|
55 |
|
|||
|
56 | GraphicsDevice device; |
|
||
|
57 |
|
54 | ||
|
58 | Simulation simulation; |
|
55 | Simulation simulation; |
|
59 |
|
56 | ||
|
60 | Vector2 mouseGrid; |
|
57 | Vector2 mouseGrid; |
|
61 | Vector2 original_point; |
|
58 | Vector2 original_point; |
|
62 | Vector2 mousePos; |
|
||
|
63 |
|
59 | ||
|
64 | private ImGuiRenderer _imGuiRenderer; |
|
60 | private ImGuiRenderer _imGuiRenderer; |
|
65 | private DebugWindow debugWindow; |
|
61 | private DebugWindow debugWindow; |
@@ -78,7 +74,6 | |||||
|
78 | private bool showGrid = true; |
|
74 | private bool showGrid = true; |
|
79 | private Grammar grammar; |
|
75 | private Grammar grammar; |
|
80 | private string output; |
|
76 | private string output; |
|
81 | private bool showSecond = true; |
|
||
|
82 | private GraphicsDeviceManager gdm; |
|
77 | private GraphicsDeviceManager gdm; |
|
83 |
|
78 | ||
|
84 | private static void Main(string[] args) |
|
79 | private static void Main(string[] args) |
You need to be logged in to leave comments.
Login now