Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Marcelo Ignacio Jara Almeyda
jmoka-engine
Commits
791ada9e
Commit
791ada9e
authored
10 years ago
by
mijara
Browse files
Options
Download
Patches
Plain Diff
The camera position is now fixed to have only integer values, hence, rendering nicely.
parent
fd7eccd9
master
No related merge requests found
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
gen/components.json
+1
-1
gen/components.json
gen/xsd/entity_type.xsd
+18
-18
gen/xsd/entity_type.xsd
jmoka-example/src/example/Game.java
+23
-0
jmoka-example/src/example/Game.java
jmoka-example/src/example/XmlSync.java
+3
-0
jmoka-example/src/example/XmlSync.java
src/com/moka/components/Camera.java
+3
-1
src/com/moka/components/Camera.java
src/com/moka/core/entity/Component.java
+1
-5
src/com/moka/core/entity/Component.java
src/com/moka/math/Vector2.java
+6
-0
src/com/moka/math/Vector2.java
with
55 additions
and
25 deletions
+55
-25
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets