aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Skinning.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-18 14:04:51 -0500
committerMichael <[email protected]>2017-02-18 14:04:51 -0500
commit476b82264fe6f8cb1a6381d9a4fe4025505ee4a5 (patch)
tree6696bf4a4329d68283912ef6964feb57b241e0ab /ShiftOS_TheReturn/Skinning.cs
parent423569f4ae2558b135f92d2f9cb7e163eb7bcc22 (diff)
downloadshiftos_thereturn-476b82264fe6f8cb1a6381d9a4fe4025505ee4a5.tar.gz
shiftos_thereturn-476b82264fe6f8cb1a6381d9a4fe4025505ee4a5.tar.bz2
shiftos_thereturn-476b82264fe6f8cb1a6381d9a4fe4025505ee4a5.zip
Flow, panel, button and label controls in lua
Diffstat (limited to 'ShiftOS_TheReturn/Skinning.cs')
-rw-r--r--ShiftOS_TheReturn/Skinning.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Skinning.cs b/ShiftOS_TheReturn/Skinning.cs
index 63dfe13..3a32c9f 100644
--- a/ShiftOS_TheReturn/Skinning.cs
+++ b/ShiftOS_TheReturn/Skinning.cs
@@ -55,6 +55,11 @@ namespace ShiftOS.Engine {
Utils.WriteAllText(Paths.GetPath("skin.json"), JsonConvert.SerializeObject(skn));
SkinEngine.LoadSkin();
}
+
+ public dynamic getImage(string id)
+ {
+ return SkinEngine.GetImage(id);
+ }
}