Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genie_logiciel_2015
the_dungeon_project
Commits
5a6d29cb
Commit
5a6d29cb
authored
Jan 06, 2016
by
Enteocline
Browse files
Merge branch 'master' of gitlab.crans.org:genie_logiciel_2015/the_dungeon_project
parents
ff52468b
6b8db97a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/gamestate/GameContent.java
View file @
5a6d29cb
...
...
@@ -41,7 +41,7 @@ public class GameContent implements Serializable{
for
(
Entity
e:
map
.
getEntities
()){
gameState
.
addEntity
(
e
);
Relayer
dmr
=
Relayers
.
addNewRelayer
(
e
);
AIControler
.
add
(
this
,
dmr
,
EnumBehaviourType
.
Boss
);
AIControler
.
add
(
this
,
dmr
,
EnumBehaviourType
.
Straight
);
}
}
int
posX
=(
map
.
getPositionPlayerStart
().
getI
())*
Point
.
TileScale
;
...
...
Write
Preview
Supports
Markdown
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