Added Polyamorous Pride flag and bumped per-player default decal limit to 100.
This commit is contained in:
parent
b8b8705e38
commit
09ea21af19
@ -1,3 +1,3 @@
|
|||||||
server int snektech_spawnflags = 11;
|
server int snektech_spawnflags = 11;
|
||||||
server int snektech_maxspraysperplayer = 10;
|
server int snektech_maxspraysperplayer = 100;
|
||||||
user string snektech_spraypattern = "SnekSpray_TransPride";
|
user string snektech_spraypattern = "SnekSpray_TransPride";
|
||||||
|
@ -82,3 +82,8 @@ decal SnekSpray_GayPride
|
|||||||
randomflipx
|
randomflipx
|
||||||
}
|
}
|
||||||
|
|
||||||
|
decal SnekSpray_PolyPride
|
||||||
|
{
|
||||||
|
pic KSPYK0
|
||||||
|
translucent 0.8
|
||||||
|
}
|
||||||
|
BIN
source_data/spray_polypride1.aseprite
Normal file
BIN
source_data/spray_polypride1.aseprite
Normal file
Binary file not shown.
BIN
sprites/spraycan/kspyk0.png
Normal file
BIN
sprites/spraycan/kspyk0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
@ -195,4 +195,13 @@ Sprite "KSPYJ0", 250, 150
|
|||||||
Patch KSPYJ0,0,0 { }
|
Patch KSPYJ0,0,0 { }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Sprite "KSPYK0", 250, 150
|
||||||
|
{
|
||||||
|
XScale 2
|
||||||
|
YScale 2
|
||||||
|
Offset 125, 75
|
||||||
|
Patch KSPYK0,0,0 { }
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -576,3 +576,11 @@ class SnekSpray_GayPride : SnekTechSprayerPattern
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class SnekSpray_PolyPride : SnekTechSprayerPattern
|
||||||
|
{
|
||||||
|
default
|
||||||
|
{
|
||||||
|
SnekTechSprayerPattern.decalName "SnekSpray_PolyPride";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user