Module

TaxiGlobals

Members

Array.<Vec2>

# static constant destinations

The positions of the destinations

View Source core/src/Games/TaxiGame/Globals.ts, line 63

number

# static constant dropOffPassangerPoints

The amount of point received when successfully dropping of a passanger

View Source core/src/Games/TaxiGame/Globals.ts, line 48

number

# static constant illegalMovePoints

The penalty when trying to perform an illegal move

View Source core/src/Games/TaxiGame/Globals.ts, line 43

number

# static constant mapHeigth

The map height

View Source core/src/Games/TaxiGame/Globals.ts, line 28

number

# static constant mapWidth

The map width

View Source core/src/Games/TaxiGame/Globals.ts, line 23

number

# static constant relHeigth

The relative map height

View Source core/src/Games/TaxiGame/Globals.ts, line 38

number

# static constant relWidth

The relative map width

View Source core/src/Games/TaxiGame/Globals.ts, line 33

number

# static constant scale

The scale value for the visual enviroment

View Source core/src/Games/TaxiGame/Globals.ts, line 58

number

# static constant stepPenaltyPoints

The penalty points received each steps.

View Source core/src/Games/TaxiGame/Globals.ts, line 53

number

# static constant tileHeight

The tile width

View Source core/src/Games/TaxiGame/Globals.ts, line 18

number

# static constant tileWidth

The tile width

View Source core/src/Games/TaxiGame/Globals.ts, line 13