]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add small todolist for game model tab
authorSamual Lenks <samual@xonotic.org>
Sun, 26 Jan 2014 05:45:44 +0000 (00:45 -0500)
committerSamual Lenks <samual@xonotic.org>
Sun, 26 Jan 2014 05:45:44 +0000 (00:45 -0500)
qcsrc/menu/xonotic/dialog_settings_game_model.c

index c16408acbef2bc4344c821eb715d31f03e2c936f..694d3fb03389d108e81a612993c25d789c173c9e 100644 (file)
@@ -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"));