diff options
Diffstat (limited to 'bin/assets')
-rw-r--r-- | bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml | 6 | ||||
-rw-r--r-- | bin/assets/ScriptsAssetSet/osWeatherMap.lsl | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml b/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml index 982e35b..6585f7d 100644 --- a/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml +++ b/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml | |||
@@ -108,19 +108,19 @@ | |||
108 | <Key Name="fileName" Value="llSetRot.lsl" /> | 108 | <Key Name="fileName" Value="llSetRot.lsl" /> |
109 | </Section> | 109 | </Section> |
110 | <Section Name="osTextBoard"> | 110 | <Section Name="osTextBoard"> |
111 | <Key Name="assetID" Value="3e4f2be4-4697-4697-15c8-5920140208c5" /> | 111 | <Key Name="assetID" Value="2ddcb059-20c5-d169-4c42-673f16d3284b" /> |
112 | <Key Name="name" Value="osTextBoard" /> | 112 | <Key Name="name" Value="osTextBoard" /> |
113 | <Key Name="assetType" Value="10" /> | 113 | <Key Name="assetType" Value="10" /> |
114 | <Key Name="fileName" Value="osTextBoard.lsl" /> | 114 | <Key Name="fileName" Value="osTextBoard.lsl" /> |
115 | </Section> | 115 | </Section> |
116 | <Section Name="osWeatherMap"> | 116 | <Section Name="osWeatherMap"> |
117 | <Key Name="assetID" Value="b102e3a7-c907-e63e-b9f5-b3fd63e6851b" /> | 117 | <Key Name="assetID" Value="d63ad3ec-b687-6c38-410d-31ba3e50ce4d" /> |
118 | <Key Name="name" Value="osWeatherMap" /> | 118 | <Key Name="name" Value="osWeatherMap" /> |
119 | <Key Name="assetType" Value="10" /> | 119 | <Key Name="assetType" Value="10" /> |
120 | <Key Name="fileName" Value="osWeatherMap.lsl" /> | 120 | <Key Name="fileName" Value="osWeatherMap.lsl" /> |
121 | </Section> | 121 | </Section> |
122 | <Section Name="GrafittiBoard"> | 122 | <Section Name="GrafittiBoard"> |
123 | <Key Name="assetID" Value="fdb637ae-e4fe-f220-62f0-9f9b5c0c2cdb" /> | 123 | <Key Name="assetID" Value="81305ee4-8caa-9e0a-69a4-76ed57df0c8f" /> |
124 | <Key Name="name" Value="GrafittiBoard" /> | 124 | <Key Name="name" Value="GrafittiBoard" /> |
125 | <Key Name="assetType" Value="10" /> | 125 | <Key Name="assetType" Value="10" /> |
126 | <Key Name="fileName" Value="GrafittiBoard.lsl" /> | 126 | <Key Name="fileName" Value="GrafittiBoard.lsl" /> |
diff --git a/bin/assets/ScriptsAssetSet/osWeatherMap.lsl b/bin/assets/ScriptsAssetSet/osWeatherMap.lsl index 8fc6007..6a2232b 100644 --- a/bin/assets/ScriptsAssetSet/osWeatherMap.lsl +++ b/bin/assets/ScriptsAssetSet/osWeatherMap.lsl | |||
@@ -6,7 +6,7 @@ string URL3 = "http://icons.wunderground.com/data/640x480/2xus_st.gif"; | |||
6 | string dynamicID=""; | 6 | string dynamicID=""; |
7 | string contentType="image"; | 7 | string contentType="image"; |
8 | 8 | ||
9 | void refresh_texture() | 9 | refresh_texture() |
10 | { | 10 | { |
11 | count++; | 11 | count++; |
12 | string url = ""; | 12 | string url = ""; |