Skip to content

Commit 7c11f3a

Browse files
committed
Merge branch 'master' into libgdx
2 parents 11a52ca + 4bd2b91 commit 7c11f3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.DS_Store
2-
ecs_game.jar
2+
recf.jar
33
*.dat
44
log.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ package for your game as follows:
5656

5757
...and run it:
5858

59-
$ java -jar ./ecs_game.jar
59+
$ java -jar ./recf.jar
6060

6161
# Further reading about Entity-Component Frameworks
6262
Entity Component systems are quite different from Object Oriented Programming, especially

bin/main.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$:.push File.expand_path('../../lib/ruby/', __FILE__)
1515

1616
# 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/' : ''
1818

1919
require 'java'
2020
require "gdx-backend-lwjgl-natives.jar"

0 commit comments

Comments
 (0)