From 3950a3b2fa78b7a928c0437d98105d79c13a922f Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sun, 8 Mar 2026 18:32:14 -0400 Subject: add util functions; add resources --- res/img/bullet.png | Bin 0 -> 114 bytes res/img/carrabasset_big_trunk.png | Bin 0 -> 389 bytes res/img/carrabasset_vines_0.png | Bin 0 -> 715 bytes res/img/carrabasset_vines_1.png | Bin 0 -> 512 bytes res/img/carrabasset_vines_2.png | Bin 0 -> 631 bytes res/img/carrabassett_big_bush_0.png | Bin 0 -> 645 bytes res/img/carrabassett_props.png | Bin 0 -> 5165 bytes res/img/carrabassett_small_bush_0.png | Bin 0 -> 435 bytes res/img/carrabassett_small_trunk.png | Bin 0 -> 284 bytes res/img/dash_pickup.png | Bin 0 -> 133 bytes res/img/double_jump_pickup.png | Bin 0 -> 134 bytes res/img/hugbug.ase | Bin 0 -> 1369 bytes res/img/lamp_post_0.png | Bin 0 -> 382 bytes res/img/muntik.ase | Bin 0 -> 908 bytes res/img/pistol.png | Bin 0 -> 122 bytes res/img/player.ase | Bin 0 -> 5279 bytes res/img/small_lamp.png | Bin 0 -> 164 bytes res/img/tilesets.png | Bin 0 -> 2904 bytes res/img/windchimes_0.png | Bin 0 -> 196 bytes res/img/windchimes_1.png | Bin 0 -> 250 bytes 20 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/img/bullet.png create mode 100644 res/img/carrabasset_big_trunk.png create mode 100644 res/img/carrabasset_vines_0.png create mode 100644 res/img/carrabasset_vines_1.png create mode 100644 res/img/carrabasset_vines_2.png create mode 100644 res/img/carrabassett_big_bush_0.png create mode 100644 res/img/carrabassett_props.png create mode 100644 res/img/carrabassett_small_bush_0.png create mode 100644 res/img/carrabassett_small_trunk.png create mode 100644 res/img/dash_pickup.png create mode 100644 res/img/double_jump_pickup.png create mode 100644 res/img/hugbug.ase create mode 100644 res/img/lamp_post_0.png create mode 100644 res/img/muntik.ase create mode 100644 res/img/pistol.png create mode 100644 res/img/player.ase create mode 100644 res/img/small_lamp.png create mode 100644 res/img/tilesets.png create mode 100644 res/img/windchimes_0.png create mode 100644 res/img/windchimes_1.png (limited to 'res/img') diff --git a/res/img/bullet.png b/res/img/bullet.png new file mode 100644 index 0000000..99d2828 Binary files /dev/null and b/res/img/bullet.png differ diff --git a/res/img/carrabasset_big_trunk.png b/res/img/carrabasset_big_trunk.png new file mode 100644 index 0000000..689fdf6 Binary files /dev/null and b/res/img/carrabasset_big_trunk.png differ diff --git a/res/img/carrabasset_vines_0.png b/res/img/carrabasset_vines_0.png new file mode 100644 index 0000000..97e2482 Binary files /dev/null and b/res/img/carrabasset_vines_0.png differ diff --git a/res/img/carrabasset_vines_1.png b/res/img/carrabasset_vines_1.png new file mode 100644 index 0000000..e2116d2 Binary files /dev/null and b/res/img/carrabasset_vines_1.png differ diff --git a/res/img/carrabasset_vines_2.png b/res/img/carrabasset_vines_2.png new file mode 100644 index 0000000..2a43b05 Binary files /dev/null and b/res/img/carrabasset_vines_2.png differ diff --git a/res/img/carrabassett_big_bush_0.png b/res/img/carrabassett_big_bush_0.png new file mode 100644 index 0000000..fc11931 Binary files /dev/null and b/res/img/carrabassett_big_bush_0.png differ diff --git a/res/img/carrabassett_props.png b/res/img/carrabassett_props.png new file mode 100644 index 0000000..5b28a5b Binary files /dev/null and b/res/img/carrabassett_props.png differ diff --git a/res/img/carrabassett_small_bush_0.png b/res/img/carrabassett_small_bush_0.png new file mode 100644 index 0000000..dc926e4 Binary files /dev/null and b/res/img/carrabassett_small_bush_0.png differ diff --git a/res/img/carrabassett_small_trunk.png b/res/img/carrabassett_small_trunk.png new file mode 100644 index 0000000..bfef5d5 Binary files /dev/null and b/res/img/carrabassett_small_trunk.png differ diff --git a/res/img/dash_pickup.png b/res/img/dash_pickup.png new file mode 100644 index 0000000..758b70a Binary files /dev/null and b/res/img/dash_pickup.png differ diff --git a/res/img/double_jump_pickup.png b/res/img/double_jump_pickup.png new file mode 100644 index 0000000..c0ed3f8 Binary files /dev/null and b/res/img/double_jump_pickup.png differ diff --git a/res/img/hugbug.ase b/res/img/hugbug.ase new file mode 100644 index 0000000..78cbb8e Binary files /dev/null and b/res/img/hugbug.ase differ diff --git a/res/img/lamp_post_0.png b/res/img/lamp_post_0.png new file mode 100644 index 0000000..8b6a9ba Binary files /dev/null and b/res/img/lamp_post_0.png differ diff --git a/res/img/muntik.ase b/res/img/muntik.ase new file mode 100644 index 0000000..83ff0e7 Binary files /dev/null and b/res/img/muntik.ase differ diff --git a/res/img/pistol.png b/res/img/pistol.png new file mode 100644 index 0000000..5b3942e Binary files /dev/null and b/res/img/pistol.png differ diff --git a/res/img/player.ase b/res/img/player.ase new file mode 100644 index 0000000..72f999f Binary files /dev/null and b/res/img/player.ase differ diff --git a/res/img/small_lamp.png b/res/img/small_lamp.png new file mode 100644 index 0000000..120a22d Binary files /dev/null and b/res/img/small_lamp.png differ diff --git a/res/img/tilesets.png b/res/img/tilesets.png new file mode 100644 index 0000000..4a431fe Binary files /dev/null and b/res/img/tilesets.png differ diff --git a/res/img/windchimes_0.png b/res/img/windchimes_0.png new file mode 100644 index 0000000..9e1ba66 Binary files /dev/null and b/res/img/windchimes_0.png differ diff --git a/res/img/windchimes_1.png b/res/img/windchimes_1.png new file mode 100644 index 0000000..892a768 Binary files /dev/null and b/res/img/windchimes_1.png differ -- cgit v1.3-2-g0d8e