removed useless _ folders
This commit is contained in:
3
Change_window_resolution/Change_window_resolution.sol
Normal file
3
Change_window_resolution/Change_window_resolution.sol
Normal file
@@ -0,0 +1,3 @@
|
||||
<Solution name="Change_window_resolution">
|
||||
<Project name="Change_window_resolution" path="Change_window_resolution\Change_window_resolution.prj" active="true"/>
|
||||
</Solution>
|
||||
@@ -0,0 +1,6 @@
|
||||
<Project name="Change_window_resolution" guid="D85D0291-6C00-1014-B904-200204C60A89">
|
||||
<Object name="Object" guid="D85D0390-6C00-1014-B904-200204C60A89">
|
||||
<Script name="Change_window_resolution_1.lsl" guid="D85D19E3-6C00-1014-B904-200204C60A89">
|
||||
</Script>
|
||||
</Object>
|
||||
</Project>
|
||||
@@ -0,0 +1,24 @@
|
||||
// :CATEGORY:Viewer 2
|
||||
// :NAME:Change_window_resolution
|
||||
// :AUTHOR:Becky Pippen
|
||||
// :CREATED:2010-09-02 11:08:52.473
|
||||
// :EDITED:2013-09-18 15:38:50
|
||||
// :ID:164
|
||||
// :NUM:232
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// The browser will add scroll bars if the rendered HTML doesn't fit within the specified PRIM_MEDIA_* size.
|
||||
// :CODE:
|
||||
default
|
||||
|
||||
{
|
||||
|
||||
state_entry()
|
||||
|
||||
{
|
||||
|
||||
integer face = 4;
|
||||
|
||||
string message = "Hello World";
|
||||
|
||||
Reference in New Issue
Block a user