|
@@ -5,8 +5,8 @@ from socialintengine.synergy.object.Rock import Rock
|
5
|
5
|
from os import getcwd
|
6
|
6
|
|
7
|
7
|
# TODO: Url relative au fichier
|
8
|
|
-ant = PygameImage(getcwd()+'/socialintengine/display/pygame/image/ant.png')
|
9
|
|
-bug = PygameImage(getcwd()+'/socialintengine/display/pygame/image/bug.png')
|
|
8
|
+ant = PygameImage(getcwd()+'/socialintengine/display/pygame/image/ant2.png')
|
|
9
|
+bug = PygameImage(getcwd()+'/socialintengine/display/pygame/image/ant2.png')
|
10
|
10
|
rock = PygameImage(getcwd()+'/socialintengine/display/pygame/image/rock.png')
|
11
|
11
|
|
12
|
12
|
visualisation = {
|