12 lines
136 B
Text
12 lines
136 B
Text
|
|
-- parent script "Camera"
|
||
|
|
property resolution
|
||
|
|
|
||
|
|
on new (me)
|
||
|
|
me.resolution = "1024x768"
|
||
|
|
return me
|
||
|
|
end
|
||
|
|
|
||
|
|
on snap (me)
|
||
|
|
put "SNAP!"
|
||
|
|
end
|