fix: move html dir

pull/3/head
Diavolo 2023-01-08 10:16:08 +01:00
parent 38206c025e
commit 0802f5fd1c
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5
5 changed files with 0 additions and 12 deletions

View File

Before

Width:  |  Height:  |  Size: 416 KiB

After

Width:  |  Height:  |  Size: 416 KiB

View File

@ -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";
}