Browse Source

Add the "User" surface types.

Because Cyan used these in Relto, and we need them to be available for
ZLZ doggone it.
pull/251/head
Adam Johnson 3 years ago
parent
commit
484813955b
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 3
      korman/properties/modifiers/physics.py

3
korman/properties/modifiers/physics.py

@ -44,6 +44,9 @@ surface_types = (
("kStone", "Stone", ""),
("kWater", "Water", ""),
("kWood", "Wood", ""),
("kUser1", "User 1", ""),
("kUser2", "User 2", ""),
("kUser3", "User 3", ""),
)
def bounds_type_index(key):

Loading…
Cancel
Save