diff --git a/README.md b/README.md index e2a9a0f..3747f07 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Paintings Gallery II: The Enhanced Exhibit #### -Using Paintings Library, I can make several art pieces. This is a showcase, both of my paintings API, and the increased performance of image generators. I have licensed the works CC0 as I believe every self rescpecting person using AI art should. I will not say I have got no better at prompting, but really, that makes less difference than the AI tool chosen. Luckily Tengr.AI is very open with the terms of use. They allow full ownership to the full legal extent(obviously minus trademark characters, etc) even with a free account. I also used ChatGPT 3.5 and 4 to help me use a broader set of words on prompts (as AI art greatly benefit from non-standard language) and for coming up with categories and ideas I simply could never have thought of with my limited range of art preferences. +Using Paintings Library, I can make several art pieces. This is a showcase, both of my paintings API, and the increased performance of image generators. I have licensed the works CC0 as I believe every self respecting person using AI art should. I will not say I have got no better at prompting, but really, that makes less difference than the AI tool chosen. Luckily Tengr.AI is very open with the terms of use. They allow full ownership to the full legal extent (obviously minus trademark characters, etc) even with a free account. I also used ChatGPT 3.5 and 4 to help me use a broader set of words on prompts (as AI art greatly benefit from non-standard language) and for coming up with categories and ideas I simply could never have thought of with my limited range of art preferences. #### AI artwork courtesy of: https://tengr.ai/ diff --git a/craft.lua b/craft.lua index c8e9db6..d1c9005 100644 --- a/craft.lua +++ b/craft.lua @@ -89,8 +89,136 @@ minetest.register_craft({ -- 1x1 +minetest.register_craft({ + output = "paintings_lib:1x1_burning_coal", + recipe = { + {"paintings_lib:1x1_blank1x1", "dye:black"}, + {"", "dye:red"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:1x1_cloudy_night", + recipe = { + {"paintings_lib:1x1_blank1x1", "dye:black"}, + {"", "dye:grey"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:1x1_desert_sun", + recipe = { + {"paintings_lib:1x1_blank1x1", "dye:orange"}, + {"", "dye:orange"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:1x1_eye_of_universe", + recipe = { + {"paintings_lib:1x1_blank1x1", "dye:black"}, + {"", "dye:black"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:1x1_mundane_realization", + recipe = { + {"paintings_lib:1x1_blank1x1", "dye:grey"}, + {"", "dye:grey"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:1x1_parrot_village", + recipe = { + {"paintings_lib:1x1_blank1x1", "dye:dark_grey"}, + {"", "dye:yellow"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:1x1_purple_king", + recipe = { + {"paintings_lib:1x1_blank1x1", "dye:brown"}, + {"", "dye:violet"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:1x1_quantum_tea", + recipe = { + {"paintings_lib:1x1_blank1x1", "dye:magenta"}, + {"", "dye:green"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:1x1_serene_sunset", + recipe = { + {"paintings_lib:1x1_blank1x1", "dye:violet"}, + {"", "dye:pink"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:1x1_tulip_field", + recipe = { + {"paintings_lib:1x1_blank1x1", "dye:green"}, + {"", "dye:red"}, + } +}) + -- 1x2 +minetest.register_craft({ + output = "paintings_lib:1x2_burning_coal", + recipe = { + {"paintings_lib:1x2_blank1x2", "dye:yellow"}, + {"", "dye:cyan"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:1x2_neon_alley", + recipe = { + {"paintings_lib:1x2_blank1x2", "dye:cyan"}, + {"", "dye:magenta"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:1x2_ocean_sunset", + recipe = { + {"paintings_lib:1x2_blank1x2", "dye:blue"}, + {"", "dye:black"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:1x2_ocean_wave", + recipe = { + {"paintings_lib:1x2_blank1x2", "dye:white"}, + {"", "dye:blue"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:1x2_spectral_guitarist", + recipe = { + {"paintings_lib:1x2_blank1x2", "dye:violet"}, + {"", "dye:violet"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:1x2_to_the_clearing", + recipe = { + {"paintings_lib:1x2_blank1x2", "dye:magenta"}, + {"", "dye:pink"}, + } +}) + -- 2x1 -- 2x2 @@ -101,15 +229,199 @@ minetest.register_craft({ -- 4x2 +minetest.register_craft({ + output = "paintings_lib:4x2_absurdly_large_teacup", + recipe = { + {"paintings_lib:4x2_blank4x2", "dye:blue"}, + {"", "dye:white"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x2_city_of_fog", + recipe = { + {"paintings_lib:4x2_blank4x2", "dye:blue"}, + {"", "dye:pink"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x2_coral_reef", + recipe = { + {"paintings_lib:4x2_blank4x2", "dye:blue"}, + {"", "dye:orange"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x2_cosmic_kitty", + recipe = { + {"paintings_lib:4x2_blank4x2", "dye:black"}, + {"", "dye:blue"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x2_cybercar_parked", + recipe = { + {"paintings_lib:4x2_blank4x2", "dye:magenta"}, + {"", "dye:cyan"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x2_deep_city", + recipe = { + {"paintings_lib:4x2_blank4x2", "dye:brown"}, + {"", "dye:orange"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x2_drinking_cat", + recipe = { + {"paintings_lib:4x2_blank4x2", "dye:brown"}, + {"", "dye:pink"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x2_flooded_aquaduct", + recipe = { + {"paintings_lib:4x2_blank4x2", "dye:cyan"}, + {"", "dye:grey"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x2_frost_punk", + recipe = { + {"paintings_lib:4x2_blank4x2", "dye:white"}, + {"", "dye:magenta"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x2_lily_pond", + recipe = { + {"paintings_lib:4x2_blank4x2", "dye:green"}, + {"", "dye:pink"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x2_lime_matrix", + recipe = { + {"paintings_lib:4x2_blank4x2", "dye:grey"}, + {"", "dye:green"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x2_purple_mountain", + recipe = { + {"paintings_lib:4x2_blank4x2", "dye:black"}, + {"", "dye:violet"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x2_rpg_cliff", + recipe = { + {"paintings_lib:4x2_blank4x2", "dye:brown"}, + {"", "dye:yellow"}, + } +}) + -- 4x3 +minetest.register_craft({ + output = "paintings_lib:4x3_bioluminescent_shore", + recipe = { + {"paintings_lib:4x3_blank4x3", "dye:cyan"}, + {"", "dye:violet"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x3_goodnight_greenery", + recipe = { + {"paintings_lib:4x3_blank4x3", "dye:dark_green"}, + {"", "dye:blue"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x3_landing_eagle", + recipe = { + {"paintings_lib:4x3_blank4x3", "dye:brown"}, + {"", "dye:white"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x3_princess_meeting", + recipe = { + {"paintings_lib:4x3_blank4x3", "dye:blue"}, + {"", "dye:dark_grey"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x3_water_background", + recipe = { + {"paintings_lib:4x3_blank4x3", "dye:cyan"}, + {"", "dye:white"}, + } +}) + -- 4x4 minetest.register_craft({ - output = "paintings_lib:4x4_tree_4", + output = "paintings_lib:4x4_abyssal_relic", recipe = { - {"paintings_lib:4x4_blank4x4", "dye:pink"}, - {"", "dye:pink"}, + {"paintings_lib:4x4_blank4x4", "dye:cyan"}, + {"", "dye:black"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x4_forest_music", + recipe = { + {"paintings_lib:4x4_blank4x4", "dye:green"}, + {"", "dye:brown"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x4_purple_maze", + recipe = { + {"paintings_lib:4x4_blank4x4", "dye:blue"}, + {"", "dye:violet"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x4_quantum_garden", + recipe = { + {"paintings_lib:4x4_blank4x4", "dye:dark_green"}, + {"", "dye:yellow"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x4_tress_gathered", + recipe = { + {"paintings_lib:4x4_blank4x4", "dye:green"}, + {"", "dye:dark_grey"}, + } +}) + +minetest.register_craft({ + output = "paintings_lib:4x4_trippy_shrooms", + recipe = { + {"paintings_lib:4x4_blank4x4", "dye:violet"}, + {"", "dye:orange"}, } }) diff --git a/textures/#meditative_moment2.png b/textures/#meditative_moment2.png deleted file mode 100644 index 5506c3a..0000000 Binary files a/textures/#meditative_moment2.png and /dev/null differ diff --git a/textures/#mundane_relization1.png b/textures/#mundane_relization1.png deleted file mode 100644 index 2af16d7..0000000 Binary files a/textures/#mundane_relization1.png and /dev/null differ diff --git a/textures/#quantum_tea.png b/textures/#quantum_tea.png deleted file mode 100644 index 174d21f..0000000 Binary files a/textures/#quantum_tea.png and /dev/null differ diff --git a/textures/#burning_coal.png b/textures/pgii_1x1_burning_coal.png similarity index 100% rename from textures/#burning_coal.png rename to textures/pgii_1x1_burning_coal.png diff --git a/textures/#cloudy_night.png b/textures/pgii_1x1_cloudy_night.png similarity index 100% rename from textures/#cloudy_night.png rename to textures/pgii_1x1_cloudy_night.png diff --git a/textures/#desert_sun.png b/textures/pgii_1x1_desert_sun.png similarity index 100% rename from textures/#desert_sun.png rename to textures/pgii_1x1_desert_sun.png diff --git a/textures/#eye_of_universe.png b/textures/pgii_1x1_eye_of_universe.png similarity index 100% rename from textures/#eye_of_universe.png rename to textures/pgii_1x1_eye_of_universe.png diff --git a/textures/#mundane_relization.png b/textures/pgii_1x1_mundane_relization.png similarity index 100% rename from textures/#mundane_relization.png rename to textures/pgii_1x1_mundane_relization.png diff --git a/textures/#parrot_village.png b/textures/pgii_1x1_parrot_village.png similarity index 100% rename from textures/#parrot_village.png rename to textures/pgii_1x1_parrot_village.png diff --git a/textures/pgii_1x1_purple_king.png b/textures/pgii_1x1_purple_king.png new file mode 100644 index 0000000..3a88e7c Binary files /dev/null and b/textures/pgii_1x1_purple_king.png differ diff --git a/textures/pgii_1x1_quantum_tea.png b/textures/pgii_1x1_quantum_tea.png new file mode 100644 index 0000000..27e2133 Binary files /dev/null and b/textures/pgii_1x1_quantum_tea.png differ diff --git a/textures/#serene_sunset.png b/textures/pgii_1x1_serene_sunset.png similarity index 100% rename from textures/#serene_sunset.png rename to textures/pgii_1x1_serene_sunset.png diff --git a/textures/pgii_1x1_tulip_field.png b/textures/pgii_1x1_tulip_field.png new file mode 100644 index 0000000..4f2a4db Binary files /dev/null and b/textures/pgii_1x1_tulip_field.png differ diff --git a/textures/#morning_beach.png b/textures/pgii_1x2_morning_beach.png similarity index 100% rename from textures/#morning_beach.png rename to textures/pgii_1x2_morning_beach.png diff --git a/textures/pgii_1x2_neon_alley.png b/textures/pgii_1x2_neon_alley.png new file mode 100644 index 0000000..3a51074 Binary files /dev/null and b/textures/pgii_1x2_neon_alley.png differ diff --git a/textures/pgii_1x2_ocean_sunset.png b/textures/pgii_1x2_ocean_sunset.png new file mode 100644 index 0000000..6470550 Binary files /dev/null and b/textures/pgii_1x2_ocean_sunset.png differ diff --git a/textures/#ocean_wave.png b/textures/pgii_1x2_ocean_wave.png similarity index 100% rename from textures/#ocean_wave.png rename to textures/pgii_1x2_ocean_wave.png diff --git a/textures/#spectral_guitarist.png b/textures/pgii_1x2_spectral_guitarist.png similarity index 100% rename from textures/#spectral_guitarist.png rename to textures/pgii_1x2_spectral_guitarist.png diff --git a/textures/#to_the_clearing.png b/textures/pgii_1x2_to_the_clearing.png similarity index 100% rename from textures/#to_the_clearing.png rename to textures/pgii_1x2_to_the_clearing.png diff --git a/textures/#cityscape_small.png b/textures/pgii_2x1_cityscape_small.png similarity index 100% rename from textures/#cityscape_small.png rename to textures/pgii_2x1_cityscape_small.png diff --git a/textures/pgii_2x1_red_path.png b/textures/pgii_2x1_red_path.png new file mode 100644 index 0000000..44121aa Binary files /dev/null and b/textures/pgii_2x1_red_path.png differ diff --git a/textures/#sea_of_stars.png b/textures/pgii_2x1_sea_of_stars.png similarity index 100% rename from textures/#sea_of_stars.png rename to textures/pgii_2x1_sea_of_stars.png diff --git a/textures/pgii_2x1_we_have_liftoff.png b/textures/pgii_2x1_we_have_liftoff.png new file mode 100644 index 0000000..aa67f0b Binary files /dev/null and b/textures/pgii_2x1_we_have_liftoff.png differ diff --git a/textures/pgii_2x2_aquarium_fish.png b/textures/pgii_2x2_aquarium_fish.png new file mode 100644 index 0000000..66fcf88 Binary files /dev/null and b/textures/pgii_2x2_aquarium_fish.png differ diff --git a/textures/pgii_2x2_brass_tree.png b/textures/pgii_2x2_brass_tree.png new file mode 100644 index 0000000..0b9ddbd Binary files /dev/null and b/textures/pgii_2x2_brass_tree.png differ diff --git a/textures/#happy_corgi.png b/textures/pgii_2x2_happy_corgi.png similarity index 100% rename from textures/#happy_corgi.png rename to textures/pgii_2x2_happy_corgi.png diff --git a/textures/#happy_moth.png b/textures/pgii_2x2_happy_moth.png similarity index 100% rename from textures/#happy_moth.png rename to textures/pgii_2x2_happy_moth.png diff --git a/textures/pgii_2x2_japanese_mooonrise.png b/textures/pgii_2x2_japanese_mooonrise.png new file mode 100644 index 0000000..a9294e9 Binary files /dev/null and b/textures/pgii_2x2_japanese_mooonrise.png differ diff --git a/textures/pgii_2x2_lavender_carousel.png b/textures/pgii_2x2_lavender_carousel.png new file mode 100644 index 0000000..25b4989 Binary files /dev/null and b/textures/pgii_2x2_lavender_carousel.png differ diff --git a/textures/#lost_wonderland.png b/textures/pgii_2x2_lost_wonderland.png similarity index 100% rename from textures/#lost_wonderland.png rename to textures/pgii_2x2_lost_wonderland.png diff --git a/textures/#nebulous_events.png b/textures/pgii_2x2_nebulous_events.png similarity index 100% rename from textures/#nebulous_events.png rename to textures/pgii_2x2_nebulous_events.png diff --git a/textures/#peaceful_sleep.png b/textures/pgii_2x2_peaceful_sleep.png similarity index 100% rename from textures/#peaceful_sleep.png rename to textures/pgii_2x2_peaceful_sleep.png diff --git a/textures/#port_town.png b/textures/pgii_2x2_port_town.png similarity index 100% rename from textures/#port_town.png rename to textures/pgii_2x2_port_town.png diff --git a/textures/#psychedelic_trip.png b/textures/pgii_2x2_psychedelic_trip.png similarity index 100% rename from textures/#psychedelic_trip.png rename to textures/pgii_2x2_psychedelic_trip.png diff --git a/textures/#royal_highness.png b/textures/pgii_2x2_royal_highness.png similarity index 100% rename from textures/#royal_highness.png rename to textures/pgii_2x2_royal_highness.png diff --git a/textures/#superposition_cat.png b/textures/pgii_2x2_superposition_cat.png similarity index 100% rename from textures/#superposition_cat.png rename to textures/pgii_2x2_superposition_cat.png diff --git a/textures/pgii_2x2_the_florist_rests.png b/textures/pgii_2x2_the_florist_rests.png new file mode 100644 index 0000000..552579f Binary files /dev/null and b/textures/pgii_2x2_the_florist_rests.png differ diff --git a/textures/#tripping_cat.png b/textures/pgii_2x2_tripping_cat.png similarity index 100% rename from textures/#tripping_cat.png rename to textures/pgii_2x2_tripping_cat.png diff --git a/textures/pgii_2x2_tulip_valley.png b/textures/pgii_2x2_tulip_valley.png new file mode 100644 index 0000000..ec37940 Binary files /dev/null and b/textures/pgii_2x2_tulip_valley.png differ diff --git a/textures/#where_the_phoenix_was.png b/textures/pgii_2x2_where_the_phoenix_was.png similarity index 100% rename from textures/#where_the_phoenix_was.png rename to textures/pgii_2x2_where_the_phoenix_was.png diff --git a/textures/#brass_gears.png b/textures/pgii_3x2_brass_gears.png similarity index 100% rename from textures/#brass_gears.png rename to textures/pgii_3x2_brass_gears.png diff --git a/textures/#cabin_homestead.png b/textures/pgii_3x2_cabin_homestead.png similarity index 100% rename from textures/#cabin_homestead.png rename to textures/pgii_3x2_cabin_homestead.png diff --git a/textures/#crabby_space.png b/textures/pgii_3x2_crabby_space.png similarity index 100% rename from textures/#crabby_space.png rename to textures/pgii_3x2_crabby_space.png diff --git a/textures/#elven_scholar.png b/textures/pgii_3x2_elven_scholar.png similarity index 100% rename from textures/#elven_scholar.png rename to textures/pgii_3x2_elven_scholar.png diff --git a/textures/#emotion_explosion.png b/textures/pgii_3x2_emotion_explosion.png similarity index 100% rename from textures/#emotion_explosion.png rename to textures/pgii_3x2_emotion_explosion.png diff --git a/textures/pgii_3x2_flying_car.png b/textures/pgii_3x2_flying_car.png new file mode 100644 index 0000000..d0dc303 Binary files /dev/null and b/textures/pgii_3x2_flying_car.png differ diff --git a/textures/pgii_3x2_haunted_library.png b/textures/pgii_3x2_haunted_library.png new file mode 100644 index 0000000..5585736 Binary files /dev/null and b/textures/pgii_3x2_haunted_library.png differ diff --git a/textures/pgii_3x2_kite_festivities.png b/textures/pgii_3x2_kite_festivities.png new file mode 100644 index 0000000..2652867 Binary files /dev/null and b/textures/pgii_3x2_kite_festivities.png differ diff --git a/textures/#meditative_moment.png b/textures/pgii_3x2_meditative_moment.png similarity index 100% rename from textures/#meditative_moment.png rename to textures/pgii_3x2_meditative_moment.png diff --git a/textures/#mushroom_planet.png b/textures/pgii_3x2_mushroom_planet.png similarity index 100% rename from textures/#mushroom_planet.png rename to textures/pgii_3x2_mushroom_planet.png diff --git a/textures/#summer_desert.png b/textures/pgii_3x2_summer_desert.png similarity index 100% rename from textures/#summer_desert.png rename to textures/pgii_3x2_summer_desert.png diff --git a/textures/#yellow_city.png b/textures/pgii_3x2_yellow_city.png similarity index 100% rename from textures/#yellow_city.png rename to textures/pgii_3x2_yellow_city.png diff --git a/textures/#angry_reviewer.png b/textures/pgii_3x3_angry_reviewer.png similarity index 100% rename from textures/#angry_reviewer.png rename to textures/pgii_3x3_angry_reviewer.png diff --git a/textures/#between_worlds.png b/textures/pgii_3x3_between_worlds.png similarity index 100% rename from textures/#between_worlds.png rename to textures/pgii_3x3_between_worlds.png diff --git a/textures/#cat_warrior.png b/textures/pgii_3x3_cat_warrior.png similarity index 100% rename from textures/#cat_warrior.png rename to textures/pgii_3x3_cat_warrior.png diff --git a/textures/#closeup_moon.png b/textures/pgii_3x3_closeup_moon.png similarity index 100% rename from textures/#closeup_moon.png rename to textures/pgii_3x3_closeup_moon.png diff --git a/textures/#cosmos_stares_back.png b/textures/pgii_3x3_cosmos_stares_back.png similarity index 100% rename from textures/#cosmos_stares_back.png rename to textures/pgii_3x3_cosmos_stares_back.png diff --git a/textures/#mistress_time.png b/textures/pgii_3x3_mistress_time.png similarity index 100% rename from textures/#mistress_time.png rename to textures/pgii_3x3_mistress_time.png diff --git a/textures/pgii_3x3_moonflower_bloom.png b/textures/pgii_3x3_moonflower_bloom.png new file mode 100644 index 0000000..014af70 Binary files /dev/null and b/textures/pgii_3x3_moonflower_bloom.png differ diff --git a/textures/pgii_4x2_absurdly_large_teacup.png b/textures/pgii_4x2_absurdly_large_teacup.png new file mode 100644 index 0000000..7a3169e Binary files /dev/null and b/textures/pgii_4x2_absurdly_large_teacup.png differ diff --git a/textures/#city_of_fog.png b/textures/pgii_4x2_city_of_fog.png similarity index 100% rename from textures/#city_of_fog.png rename to textures/pgii_4x2_city_of_fog.png diff --git a/textures/#coral_reef.png b/textures/pgii_4x2_coral_reef.png similarity index 100% rename from textures/#coral_reef.png rename to textures/pgii_4x2_coral_reef.png diff --git a/textures/#cosmic_kitty.png b/textures/pgii_4x2_cosmic_kitty.png similarity index 100% rename from textures/#cosmic_kitty.png rename to textures/pgii_4x2_cosmic_kitty.png diff --git a/textures/#cybercar_parked.png b/textures/pgii_4x2_cybercar_parked.png similarity index 100% rename from textures/#cybercar_parked.png rename to textures/pgii_4x2_cybercar_parked.png diff --git a/textures/#deep_city.png b/textures/pgii_4x2_deep_city.png similarity index 100% rename from textures/#deep_city.png rename to textures/pgii_4x2_deep_city.png diff --git a/textures/#drinking_cat.png b/textures/pgii_4x2_drinking_cat.png similarity index 100% rename from textures/#drinking_cat.png rename to textures/pgii_4x2_drinking_cat.png diff --git a/textures/pgii_4x2_flooded_aquaduct.png b/textures/pgii_4x2_flooded_aquaduct.png new file mode 100644 index 0000000..57c4b13 Binary files /dev/null and b/textures/pgii_4x2_flooded_aquaduct.png differ diff --git a/textures/#frost_punk.png b/textures/pgii_4x2_frost_punk.png similarity index 100% rename from textures/#frost_punk.png rename to textures/pgii_4x2_frost_punk.png diff --git a/textures/#lily_pond.png b/textures/pgii_4x2_lily_pond.png similarity index 100% rename from textures/#lily_pond.png rename to textures/pgii_4x2_lily_pond.png diff --git a/textures/pgii_4x2_lime_matrix.png b/textures/pgii_4x2_lime_matrix.png new file mode 100644 index 0000000..117eaee Binary files /dev/null and b/textures/pgii_4x2_lime_matrix.png differ diff --git a/textures/#purple_mountain.png b/textures/pgii_4x2_purple_mountain.png similarity index 100% rename from textures/#purple_mountain.png rename to textures/pgii_4x2_purple_mountain.png diff --git a/textures/#rpg_cliff.png b/textures/pgii_4x2_rpg_cliff.png similarity index 100% rename from textures/#rpg_cliff.png rename to textures/pgii_4x2_rpg_cliff.png diff --git a/textures/pgii_4x3_bioluminescent_shore.png b/textures/pgii_4x3_bioluminescent_shore.png new file mode 100644 index 0000000..0f6996d Binary files /dev/null and b/textures/pgii_4x3_bioluminescent_shore.png differ diff --git a/textures/#goodnight_greenery.png b/textures/pgii_4x3_goodnight_greenery.png similarity index 100% rename from textures/#goodnight_greenery.png rename to textures/pgii_4x3_goodnight_greenery.png diff --git a/textures/#landing_eagle.png b/textures/pgii_4x3_landing_eagle.png similarity index 100% rename from textures/#landing_eagle.png rename to textures/pgii_4x3_landing_eagle.png diff --git a/textures/pgii_4x3_princess_meeting.png b/textures/pgii_4x3_princess_meeting.png new file mode 100644 index 0000000..f794dc9 Binary files /dev/null and b/textures/pgii_4x3_princess_meeting.png differ diff --git a/textures/#water_background.png b/textures/pgii_4x3_water_background.png similarity index 100% rename from textures/#water_background.png rename to textures/pgii_4x3_water_background.png diff --git a/textures/#abyssal_relic.png b/textures/pgii_4x4_abyssal_relic.png similarity index 100% rename from textures/#abyssal_relic.png rename to textures/pgii_4x4_abyssal_relic.png diff --git a/textures/pgii_4x4_forest_music.png b/textures/pgii_4x4_forest_music.png new file mode 100644 index 0000000..1eb0106 Binary files /dev/null and b/textures/pgii_4x4_forest_music.png differ diff --git a/textures/pgii_4x4_purple_maze.png b/textures/pgii_4x4_purple_maze.png new file mode 100644 index 0000000..d377407 Binary files /dev/null and b/textures/pgii_4x4_purple_maze.png differ diff --git a/textures/#quantum_garden.png b/textures/pgii_4x4_quantum_garden.png similarity index 100% rename from textures/#quantum_garden.png rename to textures/pgii_4x4_quantum_garden.png diff --git a/textures/#trees_gathered.png b/textures/pgii_4x4_trees_gathered.png similarity index 100% rename from textures/#trees_gathered.png rename to textures/pgii_4x4_trees_gathered.png diff --git a/textures/#trippy_shrooms.png b/textures/pgii_4x4_trippy_shrooms.png similarity index 100% rename from textures/#trippy_shrooms.png rename to textures/pgii_4x4_trippy_shrooms.png