From 99f0ddc23b3d3c25276312fd8b31e45b02d77ed9 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Sun, 26 Jan 2014 00:45:44 -0500 Subject: [PATCH] add small todolist for game model tab --- qcsrc/menu/xonotic/dialog_settings_game_model.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qcsrc/menu/xonotic/dialog_settings_game_model.c b/qcsrc/menu/xonotic/dialog_settings_game_model.c index c16408acb..694d3fb03 100644 --- a/qcsrc/menu/xonotic/dialog_settings_game_model.c +++ b/qcsrc/menu/xonotic/dialog_settings_game_model.c @@ -28,7 +28,13 @@ void XonoticGameModelSettingsTab_fill(entity me) { entity e; //float i; - + + // todo: + // Add slider for cl_ghost_items (alpha) and cl_ghost_items_color (brightness) + // Add checkbox for simpleitems + // determine difference between cl_deathglow and g_deathglow + // Add toggle for skeletal animations? + me.TR(me); me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Body fading:"))); me.TD(me, 1, 2, e = makeXonoticSlider(0, 2, 0.2, "cl_deathglow")); -- 2.39.2