Merge branch 'pi' of 192.168.1.28:artisanlogiciel/code/laby

# Conflicts:
#	build.xml
#	mybuild.xml
This commit is contained in:
philippe lhardy
2020-10-15 17:33:19 +02:00
41 changed files with 2524 additions and 2300 deletions

View File

@@ -13,7 +13,12 @@ public interface WallsProvider
/**
* See Brick
*
* Will set bits : 3 2 1 0 (8)(4)(2)(1) ^ > v < U R D L p i o e g w f h n t
* Will set bits :
* 3 2 1 0
* (8)(4)(2)(1)
* ^ > v <
* U R D L
* p i o e g w f h n t
* t
**/
public short getWalls(int x, int y);