mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 10:47:53 +02:00
Update shortbow enemy lifetime from 3 minutes to 1 minute
This commit is contained in:
parent
7e5c1907d9
commit
9e39d0a0bb
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ var baseEnemyProperties = {
|
|||
"y": -15,
|
||||
"z": 0
|
||||
},
|
||||
lifetime: 180,
|
||||
lifetime: 60,
|
||||
"id": "{ed8f7339-8bbd-4750-968e-c3ceb9d64721}",
|
||||
"modelURL": Script.resolvePath("models/Amber.fbx"),
|
||||
"name": "SB.Enemy",
|
||||
|
|
Loading…
Reference in a new issue