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 |
@@ -28,7 +28,6 | |||
|
28 | 28 | |
|
29 | 29 | private SpriteBatch batch; |
|
30 | 30 | private SoundEffect sound; |
|
31 | private SpriteFont font; | |
|
32 | 31 | private SpriteFont monoFont; |
|
33 | 32 | |
|
34 | 33 | private Camera camera = new Camera(new float[] { 0.25f, 0.5f, 1.0f, 2.0f, 4.0f }); |
@@ -50,16 +49,13 | |||
|
50 | 49 | //new tile stuff |
|
51 | 50 | int squaresAcross = 50; |
|
52 | 51 | int squaresDown = 50; |
|
53 | int baseOffsetX = -14; | |
|
54 | int baseOffsetY = -14; | |
|
55 | ||
|
56 | GraphicsDevice device; | |
|
52 | // int baseOffsetX = -14; | |
|
53 | // int baseOffsetY = -14; | |
|
57 | 54 | |
|
58 | 55 | Simulation simulation; |
|
59 | 56 | |
|
60 | 57 | Vector2 mouseGrid; |
|
61 | 58 | Vector2 original_point; |
|
62 | Vector2 mousePos; | |
|
63 | 59 | |
|
64 | 60 | private ImGuiRenderer _imGuiRenderer; |
|
65 | 61 | private DebugWindow debugWindow; |
@@ -78,7 +74,6 | |||
|
78 | 74 | private bool showGrid = true; |
|
79 | 75 | private Grammar grammar; |
|
80 | 76 | private string output; |
|
81 | private bool showSecond = true; | |
|
82 | 77 | private GraphicsDeviceManager gdm; |
|
83 | 78 | |
|
84 | 79 | private static void Main(string[] args) |
You need to be logged in to leave comments.
Login now