From 83f1e77d1667abf8e3e481474c47d382f224c564 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 1 Mar 2007 07:55:07 +0000 Subject: [PATCH] xml -> lua --- .../BGAnimations/_shared background normal/default.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 stepmania/Themes/default/BGAnimations/_shared background normal/default.lua diff --git a/stepmania/Themes/default/BGAnimations/_shared background normal/default.lua b/stepmania/Themes/default/BGAnimations/_shared background normal/default.lua new file mode 100644 index 0000000000..430e17fb55 --- /dev/null +++ b/stepmania/Themes/default/BGAnimations/_shared background normal/default.lua @@ -0,0 +1,4 @@ +return LoadActor( "bg" ) .. { + OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT); +} +