Skip to content

Instantly share code, notes, and snippets.

Created December 26, 2013 16:05
Show Gist options
  • Save anonymous/8135456 to your computer and use it in GitHub Desktop.
Save anonymous/8135456 to your computer and use it in GitHub Desktop.
thing_types
{
group "Team starts"
{
// Group defaults
radius = 16;
thing 5080
{
name = "Blue Team Start";
sprite = "PLAYF1";
translation = "112:127=%[0.00,0.00,0.00]:[0.00,0.00,2.00]";
colour = {0, 0, 255}
}
thing 5081
{
name = "Red Team Start";
sprite = "PLAYF1";
translation = "112:127=%[0.00,0.00,0.00]:[2.00,0.00,0.00]";
colour = {255, 0, 0}
}
}
group "CTF flag sockets"
{
// Group defaults
radius = 20;
thing 5130
{
name = "Blue Flag Socket";
colour = {0, 0, 255}
icon = "flag";
}
thing 5131
{
name = "Red Flag Socket";
colour = {255, 0, 0}
icon = "flag";
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment