first commit
This commit is contained in:
24
content/levels/playertest.txt
Normal file
24
content/levels/playertest.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
BeginEntity test_entity
|
||||
ClassName Player
|
||||
Position 0.0 0.0 0.0
|
||||
Rotation 0.0 0.0 0.0
|
||||
EndEntity
|
||||
|
||||
# Water
|
||||
BeginEntity water_test
|
||||
ClassName GameObject
|
||||
Tag Water
|
||||
Position 0.0 -0.1 0.0
|
||||
Rotation 0.0 0.0 0.0
|
||||
Visual content/test/water_test.obj
|
||||
EndEntity
|
||||
|
||||
#############
|
||||
# Enemies ...
|
||||
|
||||
BeginEntity test_enemy
|
||||
ClassName GameObject
|
||||
Position -2.70 0.00 3.28
|
||||
Rotation 0.0 0.0 0.0
|
||||
Visual content/test/ship.obj
|
||||
EndEntity
|
||||
Reference in New Issue
Block a user