From 5e68f9cb01ab4348bccc35f46c73c5931516dfda Mon Sep 17 00:00:00 2001 From: Alberto Ramos Date: Fri, 7 Jan 2011 23:30:05 -0700 Subject: [PATCH] Because I can comment after v1.2 --- NoteSkins/pump/default/NoteSkin.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NoteSkins/pump/default/NoteSkin.lua b/NoteSkins/pump/default/NoteSkin.lua index 616d93c87f..be8d14f078 100644 --- a/NoteSkins/pump/default/NoteSkin.lua +++ b/NoteSkins/pump/default/NoteSkin.lua @@ -58,6 +58,15 @@ Noteskin.BaseRotY = { DownRight = 180; } +--[[-------------------------------------------------------------------------- +DONT EDIT THE FUNCTION, DON'T COPY AND PASTE THE WHOLE NOTESKIN.LUA +JUST MAKE A NEW ONE AND GRAB WHATEVER IS USEFUL FOR YOUR NOTESKIN. +phew~ + +See cmd-routine-p* noteskin.lua for a simple and clear example on +how to do this properly, notice how the rest of the noteskins just +have graphics and at least a metrics.ini with few things +--]]-------------------------------------------------------------------------- local function func() local sButton = Var "Button" local sElement = Var "Element"