Description:
Small fix to README.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -11,7 +11,7 | |||
|
11 | 11 | |
|
12 | 12 | Use the arrow keys or move the mouse to the edges to scroll around on the map. The plus and minus keys zoom in and out. 0 toggles pause. F opens the Forest Policy. B opens the budget. |
|
13 | 13 | |
|
14 |
## |
|
|
14 | ## Relationship to past work ## | |
|
15 | 15 | |
|
16 | 16 | This game is a total rewrite of the original version in C#. I honestly like the original language and library more (Clojure and Quil), but Quil was starting to struggle with the amount of drawing, and I was hitting the limit of my optimization abilities and available information online. (Another drawback: I'm also giving up the browser version, unless people get XNA in the browser working.) |
|
17 | 17 | |
@@ -67,7 +67,7 | |||
|
67 | 67 | │ ├── *DllMap.cs* (vendored) |
|
68 | 68 | │ ├── *DrawVertDeclaration.cs* |
|
69 | 69 | │ ├── **Engines** Engines |
|
70 |
│ ├── *FilledRectangle.cs* |
|
|
70 | │ ├── *FilledRectangle.cs* Class for drawing a filled rectangle. | |
|
71 | 71 | │ ├── *FNAGame.cs* Primary game class. |
|
72 | 72 | │ ├── **fnalibs** Compiled native libraries. |
|
73 | 73 | │ │ ├── **lib64** |
You need to be logged in to leave comments.
Login now