diff --git a/README.md b/README.md index 4c05508..2fa5712 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,7 @@ The PAPI is usually located on the left-hand side of the runway at right angles The second, the tug, allows the repositioning of aircraft that may be blocking the runway or taxiways. In my mods only the owner can fly his own plane, so with this tool, if the person owns the area or the area has no owner, it is possible to move the aircraft without the presence of the pilot. Just click to move, and shift + click to rotate in your direction + +Except the media listed bellow, all media licence is CC0 +pilot_novaskin_girl.png adapted from Pilot Girl - https://minecraft.novaskin.me/skin/254193054/Pilot-girl +pilot_novaskin_girl_steampunk.png from girl steampunk pilot - https://minecraft.novaskin.me/skin/6190203356577792/girl-steampunk-pilot diff --git a/pilot_skin_manager.lua b/pilot_skin_manager.lua index b33d811..4d7b16d 100644 --- a/pilot_skin_manager.lua +++ b/pilot_skin_manager.lua @@ -1,5 +1,5 @@ -airutils.pilot_textures = {"pilot_clothes1.png","pilot_clothes2.png","pilot_clothes3.png","pilot_clothes4.png"} +airutils.pilot_textures = {"pilot_clothes1.png","pilot_clothes2.png","pilot_clothes3.png","pilot_clothes4.png","pilot_novaskin_girl.png","pilot_novaskin_girl_steampunk.png"} local skinsdb_mod_path = minetest.get_modpath("skinsdb") local backup = "airutils:bcp_last_skin" local curr_skin = "airutils:skin" diff --git a/textures/pilot_novaskin_girl.png b/textures/pilot_novaskin_girl.png new file mode 100644 index 0000000..fa7b3dd Binary files /dev/null and b/textures/pilot_novaskin_girl.png differ diff --git a/textures/pilot_novaskin_girl_steampunk.png b/textures/pilot_novaskin_girl_steampunk.png new file mode 100644 index 0000000..6243fc2 Binary files /dev/null and b/textures/pilot_novaskin_girl_steampunk.png differ