use shared assets for new empty notecard and defualt script. Grids not using core asset services may need the 2 new ones

This commit is contained in:
UbitUmarov
2022-08-19 22:26:00 +01:00
parent 4727aaa475
commit 0603667627
18 changed files with 298 additions and 248 deletions

View File

@@ -2,7 +2,7 @@ default
{
state_entry()
{
llSay( 0, "I am Alive!");
llSay( 0, "Script running");
}
}