mirror of
https://github.com/nzp-team/trenchbroom-profile.git
synced 2024-11-10 06:31:46 +00:00
Update TrenchBroom FGD
This commit is contained in:
parent
35394d7933
commit
1a27e1b4a9
1 changed files with 4 additions and 4 deletions
|
@ -65,7 +65,7 @@
|
|||
@baseclass base(Appearflags) size(-16 -16 -32, 16 16 40)
|
||||
color(0 255 0) = PlayerClass []
|
||||
|
||||
@PointClass base(PlayerClass) color(255 255 255) model("models/player.mdl") = info_player_1_start : "Player 1 Spawn Point" [
|
||||
@PointClass base(PlayerClass) color(255 255 255) model("models/player.mdl") = info_player_1_spawn : "Player 1 Spawn Point" [
|
||||
weapon(choices) : "Weapon" : 0 =
|
||||
[
|
||||
1: "Colt M1911"
|
||||
|
@ -126,7 +126,7 @@
|
|||
currentammo(integer) : "Starting Reserve Ammunition" : 0
|
||||
]
|
||||
|
||||
@PointClass base(PlayerClass) color(2 118 181) model("models/player.mdl") = info_player_2_start : "Player 2 Spawn Point" [
|
||||
@PointClass base(PlayerClass) color(2 118 181) model("models/player.mdl") = info_player_2_spawn : "Player 2 Spawn Point" [
|
||||
weapon(choices) : "Weapon" : 0 =
|
||||
[
|
||||
1: "Colt M1911"
|
||||
|
@ -187,7 +187,7 @@
|
|||
currentammo(integer) : "Starting Reserve Ammunition" : 0
|
||||
]
|
||||
|
||||
@PointClass base(PlayerClass) color(235 189 0) model("models/player.mdl") = info_player_3_start : "Player 3 Spawn Point" [
|
||||
@PointClass base(PlayerClass) color(235 189 0) model("models/player.mdl") = info_player_3_spawn : "Player 3 Spawn Point" [
|
||||
weapon(choices) : "Weapon" : 0 =
|
||||
[
|
||||
1: "Colt M1911"
|
||||
|
@ -248,7 +248,7 @@
|
|||
currentammo(integer) : "Starting Reserve Ammunition" : 0
|
||||
]
|
||||
|
||||
@PointClass base(PlayerClass) color(0 230 34) model("models/player.mdl") = info_player_4_start : "Player 4 Spawn Point" [
|
||||
@PointClass base(PlayerClass) color(0 230 34) model("models/player.mdl") = info_player_4_spawn : "Player 4 Spawn Point" [
|
||||
weapon(choices) : "Weapon" : 0 =
|
||||
[
|
||||
1: "Colt M1911"
|
||||
|
|
Loading…
Reference in a new issue