Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
the_dungeon_project
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
genie_logiciel_2015
the_dungeon_project
Commits
bcc66c9d
Commit
bcc66c9d
authored
Dec 31, 2015
by
Yann Ramusat
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.crans.org:genie_logiciel_2015/the_dungeon_project
parents
c2bbc8f4
103ab6a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/core/zone/Point.java
src/core/zone/Point.java
+1
-1
No files found.
src/core/zone/Point.java
View file @
bcc66c9d
...
@@ -28,7 +28,7 @@ public class Point implements Cloneable, Serializable{
...
@@ -28,7 +28,7 @@ public class Point implements Cloneable, Serializable{
* The point Y axis coordinate
* The point Y axis coordinate
*/
*/
int
posY
;
int
posY
;
public
final
static
int
TileScale
=
GraphicalBridgeConfiguration
.
TILE_SCALE
;
// Scale between the entity coordinate and tile coordinate
public
final
static
int
TileScale
=
32
;
// Scale between the entity coordinate and tile coordinate
/**
/**
* This point is used as a default for Zone.
* This point is used as a default for Zone.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment