Skip to content
Snippets Groups Projects
Unverified Commit b15e1055 authored by Max Waine (Nightdive Studios)'s avatar Max Waine (Nightdive Studios) Committed by GitHub
Browse files

Eternity Engine Game Configuration: Update skew properties (#931)

parent 58480f5b
No related branches found
No related tags found
No related merge requests found
......@@ -151,21 +151,21 @@ universalfields
skew_top_type
{
type = 16;
enum = "skew_type_top_bottom";
enum = "skew_type";
default = "none";
}
skew_middle_type
{
type = 16;
enum = "skew_type_middle";
enum = "skew_type";
default = "none";
}
skew_bottom_type
{
type = 16;
enum = "skew_type_top_bottom";
enum = "skew_type";
default = "none";
}
}
......@@ -696,14 +696,7 @@ enums
6 = "Copy texture and type; numeric model";
}
skew_type_top_bottom
{
none = "None";
front = "Skew to front-sector slope";
back = "Skew to back-sector slope";
}
skew_type_middle
skew_type
{
none = "None";
front_floor = "Skew to front-sector floor slope";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment