File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
- ecs_game .jar
2
+ recf .jar
3
3
* .dat
4
4
log.txt
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ package for your game as follows:
56
56
57
57
...and run it:
58
58
59
- $ java -jar ./ecs_game .jar
59
+ $ java -jar ./recf .jar
60
60
61
61
# Further reading about Entity-Component Frameworks
62
62
Entity Component systems are quite different from Object Oriented Programming, especially
Original file line number Diff line number Diff line change 14
14
$:. push File . expand_path ( '../../lib/ruby/' , __FILE__ )
15
15
16
16
# Need a different root when inside the jar, luckily $0 is "<script>" in that case
17
- RELATIVE_ROOT = $0[ '<' ] ? 'ecs_game /' : ''
17
+ RELATIVE_ROOT = $0[ '<' ] ? 'recf /' : ''
18
18
19
19
require 'java'
20
20
require "gdx-backend-lwjgl-natives.jar"
You can’t perform that action at this time.
0 commit comments