Code edit (1 edits merged)
Please save this source code
User prompt
only make 8 sugar
User prompt
only 8 butter stick
User prompt
make 10 of the bowls in the corner
User prompt
show the bowl.
User prompt
show the bowl in the corner of teh screen
User prompt
make a bowl
User prompt
crack eggs
Initial prompt
cookie game
===================================================================
--- original.js
+++ change.js
@@ -1,4 +1,8 @@
+var Bowl = Container.expand(function () {
+ var self = Container.call(this);
+ var bowlGraphics = self.createAsset('bowl', 'Bowl Graphics', .5, .5);
+});
var Egg = Container.expand(function () {
var self = Container.call(this);
var eggGraphics = self.createAsset('egg', 'Egg Graphics', .5, .5);
self.crack = function () {
egg. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
sugar in a bag. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
a butter stik in its wrapper. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
a pink kithen bowl. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
pile of sugar. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
cracked egg white and yolk seeping. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
soft butter stick. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A delicious plain vanilla cookie. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A delicious plain vanilla cookie, where three bites have been taken. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A cute kawaian bakery interior with strawberry tiles. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A cute girl happily eating way too many vanilla cookies. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.