Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/pebble-mario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dzyubenko <shadone@gmail.com>2013-04-15 00:42:24 +0400
committerDenis Dzyubenko <shadone@gmail.com>2013-04-15 00:57:31 +0400
commitb4430f7053a00e0194cd0ac0a5a012f07d2f6e5c (patch)
treeaddb46dc8c26c4cff7de094728d9fbb24b626bd6 /resources
parent5b7ba7739478fa1382b93a17f10fb83c9f2a4be1 (diff)
Added ground
Diffstat (limited to 'resources')
-rw-r--r--resources/src/images/ground.pngbin0 -> 164 bytes
-rw-r--r--resources/src/resource_map.json5
2 files changed, 5 insertions, 0 deletions
diff --git a/resources/src/images/ground.png b/resources/src/images/ground.png
new file mode 100644
index 0000000..0092305
--- /dev/null
+++ b/resources/src/images/ground.png
Binary files differ
diff --git a/resources/src/resource_map.json b/resources/src/resource_map.json
index 889c734..82c4aa4 100644
--- a/resources/src/resource_map.json
+++ b/resources/src/resource_map.json
@@ -11,6 +11,11 @@
"type":"png",
"defName":"IMAGE_MARIO_JUMP",
"file":"images/mario-jump.png"
+ },
+ {
+ "type":"png",
+ "defName":"IMAGE_GROUND",
+ "file":"images/ground.png"
}
]
}