From 0802f5fd1cfb444da2aa372599970d58edab88f5 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Sun, 8 Jan 2023 10:16:08 +0100 Subject: [PATCH] fix: move html dir --- iw4x/{iw4x_00 => }/html/img/background_default.png | Bin iw4x/{iw4x_00 => }/html/index.html | 0 iw4x/{iw4x_00 => }/html/script.js | 0 iw4x/{iw4x_00 => }/html/style.css | 0 .../animated_models/foliage_tree_palm_bushy_3.gsc | 12 ------------ 5 files changed, 12 deletions(-) rename iw4x/{iw4x_00 => }/html/img/background_default.png (100%) rename iw4x/{iw4x_00 => }/html/index.html (100%) rename iw4x/{iw4x_00 => }/html/script.js (100%) rename iw4x/{iw4x_00 => }/html/style.css (100%) delete mode 100644 iw4x/iw4x_00/maps/animated_models/foliage_tree_palm_bushy_3.gsc diff --git a/iw4x/iw4x_00/html/img/background_default.png b/iw4x/html/img/background_default.png similarity index 100% rename from iw4x/iw4x_00/html/img/background_default.png rename to iw4x/html/img/background_default.png diff --git a/iw4x/iw4x_00/html/index.html b/iw4x/html/index.html similarity index 100% rename from iw4x/iw4x_00/html/index.html rename to iw4x/html/index.html diff --git a/iw4x/iw4x_00/html/script.js b/iw4x/html/script.js similarity index 100% rename from iw4x/iw4x_00/html/script.js rename to iw4x/html/script.js diff --git a/iw4x/iw4x_00/html/style.css b/iw4x/html/style.css similarity index 100% rename from iw4x/iw4x_00/html/style.css rename to iw4x/html/style.css diff --git a/iw4x/iw4x_00/maps/animated_models/foliage_tree_palm_bushy_3.gsc b/iw4x/iw4x_00/maps/animated_models/foliage_tree_palm_bushy_3.gsc deleted file mode 100644 index c67ad3f..0000000 --- a/iw4x/iw4x_00/maps/animated_models/foliage_tree_palm_bushy_3.gsc +++ /dev/null @@ -1,12 +0,0 @@ -#include common_scripts\utility; - -#using_animtree( "animated_props" ); -main() -{ - if( !isdefined ( level.anim_prop_models ) ) - level.anim_prop_models = []; - - model = "foliage_tree_palm_bushy_3"; - - level.anim_prop_models[ model ] = "palmtree_tall3_sway_tropical"; -} \ No newline at end of file