Merge remote-tracking branch 'origin/developer' into feature/weaponCollision
Added waeponswitch to backbutton of controller # Conflicts: # Enemy.cpp # Player.cpp # Weapon.cpp # Weapon.h
This commit is contained in:
+6
-6
@@ -3,7 +3,7 @@
|
||||
"heightmap": "worlds/rockHeightmap.png",
|
||||
"texture": "worlds/rockStone2.png",
|
||||
"skybox": "skyboxes/water/",
|
||||
"music": "WAVE/test2.wav",
|
||||
"music": "WAVE/world1.wav",
|
||||
"object-templates": [
|
||||
{
|
||||
"color": 50,
|
||||
@@ -83,7 +83,7 @@
|
||||
]
|
||||
},
|
||||
"player": {
|
||||
"startposition": [ 1, 5, 20 ]
|
||||
"startposition": [ 20, 5, 20 ]
|
||||
},
|
||||
"objects": [ ],
|
||||
"portal": {
|
||||
@@ -92,10 +92,10 @@
|
||||
},
|
||||
"enemies": [
|
||||
{
|
||||
"file": "models/squid/Blooper.obj",
|
||||
"pos": [ 20, 5, 10 ],
|
||||
"scale": 0.01,
|
||||
"music": "WAVE/enemy.wav"
|
||||
"file": "models/squid/Blooper.obj",
|
||||
"pos": [ 30, 10, 10 ],
|
||||
"scale": 0.01,
|
||||
"music": "WAVE/ghostEnemy.wav"
|
||||
}],
|
||||
"crystal": {
|
||||
"full texture": "models/crystal/Crystal.obj",
|
||||
|
||||
+4
-4
@@ -9,7 +9,7 @@
|
||||
"collision": true
|
||||
}
|
||||
],
|
||||
"music": "WAVE/test1.wav"
|
||||
"music": "WAVE/world1.wav"
|
||||
},
|
||||
"player": {
|
||||
"startposition": [ 20, 0, 20 ]
|
||||
@@ -24,7 +24,7 @@
|
||||
"file": "models/squid/Blooper.obj",
|
||||
"pos": [ 20, 5, 10 ],
|
||||
"scale": 0.01,
|
||||
"music": "WAVE/enemy.wav",
|
||||
"music": "WAVE/ghostEnemy.wav",
|
||||
"health": 10,
|
||||
"damage": 2
|
||||
},
|
||||
@@ -32,13 +32,13 @@
|
||||
"file": "models/squid/Blooper.obj",
|
||||
"pos": [ 30, 10, 10 ],
|
||||
"scale": 0.01,
|
||||
"music": "WAVE/enemy.wav",
|
||||
"music": "WAVE/ghostEnemy.wav",
|
||||
"health": 15,
|
||||
"damage": 2
|
||||
}],
|
||||
"crystal": {
|
||||
"full texture": "models/crystal/Crystal.obj",
|
||||
"empty texture": "models/crystal/PickedUpCrystal.obj",
|
||||
"empty texture": "models/crystal/PickedUpCrystal.obj",
|
||||
"instances": [
|
||||
{
|
||||
"pos": [ 31, 5, 33 ],
|
||||
|
||||
Reference in New Issue
Block a user