Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LDinos committed Sep 25, 2020
0 parents commit af0ef67
Show file tree
Hide file tree
Showing 222 changed files with 5,930 additions and 0 deletions.
124 changes: 124 additions & 0 deletions NESTRIS.yyp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions datafiles/controls.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[Controls]
KEY_ROT_LEFT="90"
KEY_ROT_RIGHT="88"
KEY_SHIFT="16"
KEY_MOVE_DOWN="40"
KEY_MOVE_LEFT="37"
KEY_MOVE_RIGHT="39"


/* KEYBINDING GUIDE

A = 65
B = 66
. . .
Z = 90
______
SHIFT = 16
CTRL = 162
ALT = 164
SPACE = 32
TAB = 9
ESC = 27
______
0 = 48
. . .
9 = 57

*/
4 changes: 4 additions & 0 deletions datafiles/player.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[User]
Name="Player"


Binary file added fonts/fnt_numbers/fnt_numbers.old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit af0ef67

Please sign in to comment.