summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorxolatile2025-08-07 00:32:29 +0200
committerxolatile2025-08-07 00:32:29 +0200
commit4c8dfb375b4b30dbb6079f9d68024980d81ffa20 (patch)
treed7a8164758e9d5cfc5d5c239bccbe45ad19c9da6 /data
parent0a1172b75f571685c264a8b9d8ee224bbf11381f (diff)
downloadxolatile-badassbug-4c8dfb375b4b30dbb6079f9d68024980d81ffa20.tar.xz
xolatile-badassbug-4c8dfb375b4b30dbb6079f9d68024980d81ffa20.tar.zst
More cleanups...
Diffstat (limited to 'data')
-rw-r--r--data/defaults.cfg1
-rw-r--r--data/menus.cfg2
-rw-r--r--data/stdedit.cfg2
3 files changed, 0 insertions, 5 deletions
diff --git a/data/defaults.cfg b/data/defaults.cfg
index 71e4687..5c3b907 100644
--- a/data/defaults.cfg
+++ b/data/defaults.cfg
@@ -175,7 +175,6 @@ editbind F9 [echo (getseltex) : (gettexname (getseltex))] // echo texture info
// bind HOME [ edittex 1 ]
// bind END [ edittex -1 ]
-
editbind G [ domodifier 1 ] // domodifier 1 -> executes delta_edit_1
editbind F [ domodifier 2 ] // etc...
editbind Q [ domodifier 3 ]
diff --git a/data/menus.cfg b/data/menus.cfg
index ac60501..a646276 100644
--- a/data/menus.cfg
+++ b/data/menus.cfg
@@ -723,7 +723,6 @@ newgui ammobar [
]
] "AmmoBar"
-
newgui gameclock [
guicheckbox "GameClock" gameclock
guibar
@@ -761,7 +760,6 @@ newgui gameclock [
]
] "GameClock"
-
newgui hudscore [
guicheckbox "HUDScore" hudscore
guibar
diff --git a/data/stdedit.cfg b/data/stdedit.cfg
index 5a319cc..6a13f5f 100644
--- a/data/stdedit.cfg
+++ b/data/stdedit.cfg
@@ -48,7 +48,6 @@ enttypelist = [
shells bullets rockets riflerounds grenades cartridges
health healthboost tinyhealth tinyarmour greenarmour yellowarmour quaddamage
teleport teledest jumppad
- spotlight
]
enttypeselect = [
@@ -63,7 +62,6 @@ enttypeselect = [
ent_action_teleport = [ entproperty 0 ( * $arg1 1 ) ]
ent_action_teledest = [ entproperty 1 ( * $arg1 1 ) ]
ent_action_mapmodel = [ entproperty 1 ( * $arg1 1 ) ]
-ent_action_spotlight = [ entproperty 0 ( * $arg1 5 ) ]
ent_action_light = [ entproperty 0 ( * $arg1 5 ) ]
ent_action_jumppad = [ entproperty 0 ( * $arg1 5 ) ]
ent_action_playerstart = [ entproperty 0 ( * $arg1 15 ) ]