+ '{"source":{"MyTheater.java":{"text":"import org.code.theater.Theater;\\nimport org.code.theater.Scene;\\nimport org.code.media.Image;\\nimport java.io.FileNotFoundException;\\n\\npublic class MyTheater {\\n public static void main(String[] args) throws Exception {\\n Theater.playScenes(createScene());\\n }\\n\\n public static Scene createScene() throws FileNotFoundException {\\n Scene scene = new Scene();\\n Image image = new Image(\\"dog.jpeg\\");\\n scene.drawImage(image, 0, 0, 400);\\n scene.drawText(\\"Hello World\\", 100, 100);\\n double[] sound = {1.0, 0.0, 1.0, 0.0};\\n scene.playSound(sound);\\n\\n return scene;\\n }\\n}","isVisible":true}},"animations":{}}'
0 commit comments