Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Fisier exemplu pentru creare nivel
- levelLength=10000
- numberBottomPlatforms=3
- ; Urmatoarele N linii vor fi pentru citirea platformelor. Liniile vor avea formatul identificator=valoare
- ; identificator = { width, height, gap, color*, platformName* }, cele cu * nu sunt obligatorii
- width=500, height=100, gap=100
- width=1000, height=100, gap=100, color={red=0.1; green=0.2; blue=0.3}
- width=1000, height=100, gap=100, platformName=test
- numberPlatforms=3
- startPosition={x=350; y=224}, width=500, height=25
- startPosition={x=350; y=180}, width=25, height=50, color={red=1; green=0.5; blue=0.5}, platformName=Platforma Oarecare
- startPosition={x=350; y=300}, width=25, height=50
- numberEnemies=2
- ;orientation = {up, down, right, left}
- startPosition={x=550; y=300}, width=50, height=50, orientation=down
- startPosition={x=70; y=300}, width=50, height=50, orientation=up, color={red=0.3; green=0.4; blue=0.5}
- numberCheckpoints=2
- startPosition={x=320; y=100}
- startPosition={x=1200; y=100}, finish
- numberBoosters=1
- startPosition={x=950; y=150}, radius=20
Advertisement
Add Comment
Please, Sign In to add comment