diff --git a/phonics/PhonicsModLicenses.txt b/PhonicsModLicenses.txt similarity index 100% rename from phonics/PhonicsModLicenses.txt rename to PhonicsModLicenses.txt diff --git a/phonics/depends.txt b/depends.txt similarity index 100% rename from phonics/depends.txt rename to depends.txt diff --git a/phonics/init.lua b/init.lua similarity index 99% rename from phonics/init.lua rename to init.lua index 83060dc..98b411d 100644 --- a/phonics/init.lua +++ b/init.lua @@ -364,7 +364,7 @@ function sound_out_word(pos1, axis, direction) end local b4_nodename = minetest.env:get_node(test_pos).name if b4_nodename ~="phonics:BlankPaper" then - if test_nodename_prefix ~="phonics" or test_nodename_suffix == "BlankPaper" then + if test_nodename_prefix ~="phonics" or test_nodename_suffix == "BlankPaper" or test_nodename_suffix =="PaperStart" then return end end diff --git a/modpack.txt b/modpack.txt deleted file mode 100644 index e69de29..0000000 diff --git a/phonics/sounds/phonics__a.ogg b/sounds/phonics__a.ogg similarity index 100% rename from phonics/sounds/phonics__a.ogg rename to sounds/phonics__a.ogg diff --git a/phonics/sounds/phonics__e.ogg b/sounds/phonics__e.ogg similarity index 100% rename from phonics/sounds/phonics__e.ogg rename to sounds/phonics__e.ogg diff --git a/phonics/sounds/phonics__i.ogg b/sounds/phonics__i.ogg similarity index 100% rename from phonics/sounds/phonics__i.ogg rename to sounds/phonics__i.ogg diff --git a/phonics/sounds/phonics__o.ogg b/sounds/phonics__o.ogg similarity index 100% rename from phonics/sounds/phonics__o.ogg rename to sounds/phonics__o.ogg diff --git a/phonics/sounds/phonics__oo.ogg b/sounds/phonics__oo.ogg similarity index 100% rename from phonics/sounds/phonics__oo.ogg rename to sounds/phonics__oo.ogg diff --git a/phonics/sounds/phonics__u.ogg b/sounds/phonics__u.ogg similarity index 100% rename from phonics/sounds/phonics__u.ogg rename to sounds/phonics__u.ogg diff --git a/phonics/sounds/phonics_a.ogg b/sounds/phonics_a.ogg similarity index 100% rename from phonics/sounds/phonics_a.ogg rename to sounds/phonics_a.ogg diff --git a/phonics/sounds/phonics_ar.ogg b/sounds/phonics_ar.ogg similarity index 100% rename from phonics/sounds/phonics_ar.ogg rename to sounds/phonics_ar.ogg diff --git a/phonics/sounds/phonics_au.ogg b/sounds/phonics_au.ogg similarity index 100% rename from phonics/sounds/phonics_au.ogg rename to sounds/phonics_au.ogg diff --git a/phonics/sounds/phonics_b.ogg b/sounds/phonics_b.ogg similarity index 100% rename from phonics/sounds/phonics_b.ogg rename to sounds/phonics_b.ogg diff --git a/phonics/sounds/phonics_c.ogg b/sounds/phonics_c.ogg similarity index 100% rename from phonics/sounds/phonics_c.ogg rename to sounds/phonics_c.ogg diff --git a/phonics/sounds/phonics_cat.ogg b/sounds/phonics_cat.ogg similarity index 100% rename from phonics/sounds/phonics_cat.ogg rename to sounds/phonics_cat.ogg diff --git a/phonics/sounds/phonics_ch.ogg b/sounds/phonics_ch.ogg similarity index 100% rename from phonics/sounds/phonics_ch.ogg rename to sounds/phonics_ch.ogg diff --git a/phonics/sounds/phonics_d.ogg b/sounds/phonics_d.ogg similarity index 100% rename from phonics/sounds/phonics_d.ogg rename to sounds/phonics_d.ogg diff --git a/phonics/sounds/phonics_e.ogg b/sounds/phonics_e.ogg similarity index 100% rename from phonics/sounds/phonics_e.ogg rename to sounds/phonics_e.ogg diff --git a/phonics/sounds/phonics_er.ogg b/sounds/phonics_er.ogg similarity index 100% rename from phonics/sounds/phonics_er.ogg rename to sounds/phonics_er.ogg diff --git a/phonics/sounds/phonics_f.ogg b/sounds/phonics_f.ogg similarity index 100% rename from phonics/sounds/phonics_f.ogg rename to sounds/phonics_f.ogg diff --git a/phonics/sounds/phonics_g.ogg b/sounds/phonics_g.ogg similarity index 100% rename from phonics/sounds/phonics_g.ogg rename to sounds/phonics_g.ogg diff --git a/phonics/sounds/phonics_h.ogg b/sounds/phonics_h.ogg similarity index 100% rename from phonics/sounds/phonics_h.ogg rename to sounds/phonics_h.ogg diff --git a/phonics/sounds/phonics_i.ogg b/sounds/phonics_i.ogg similarity index 100% rename from phonics/sounds/phonics_i.ogg rename to sounds/phonics_i.ogg diff --git a/phonics/sounds/phonics_ing.ogg b/sounds/phonics_ing.ogg similarity index 100% rename from phonics/sounds/phonics_ing.ogg rename to sounds/phonics_ing.ogg diff --git a/phonics/sounds/phonics_j.ogg b/sounds/phonics_j.ogg similarity index 100% rename from phonics/sounds/phonics_j.ogg rename to sounds/phonics_j.ogg diff --git a/phonics/sounds/phonics_k.ogg b/sounds/phonics_k.ogg similarity index 100% rename from phonics/sounds/phonics_k.ogg rename to sounds/phonics_k.ogg diff --git a/phonics/sounds/phonics_l.ogg b/sounds/phonics_l.ogg similarity index 100% rename from phonics/sounds/phonics_l.ogg rename to sounds/phonics_l.ogg diff --git a/phonics/sounds/phonics_m.ogg b/sounds/phonics_m.ogg similarity index 100% rename from phonics/sounds/phonics_m.ogg rename to sounds/phonics_m.ogg diff --git a/phonics/sounds/phonics_n.ogg b/sounds/phonics_n.ogg similarity index 100% rename from phonics/sounds/phonics_n.ogg rename to sounds/phonics_n.ogg diff --git a/phonics/sounds/phonics_nice_work.ogg b/sounds/phonics_nice_work.ogg similarity index 100% rename from phonics/sounds/phonics_nice_work.ogg rename to sounds/phonics_nice_work.ogg diff --git a/phonics/sounds/phonics_o.ogg b/sounds/phonics_o.ogg similarity index 100% rename from phonics/sounds/phonics_o.ogg rename to sounds/phonics_o.ogg diff --git a/phonics/sounds/phonics_oo.ogg b/sounds/phonics_oo.ogg similarity index 100% rename from phonics/sounds/phonics_oo.ogg rename to sounds/phonics_oo.ogg diff --git a/phonics/sounds/phonics_ou.ogg b/sounds/phonics_ou.ogg similarity index 100% rename from phonics/sounds/phonics_ou.ogg rename to sounds/phonics_ou.ogg diff --git a/phonics/sounds/phonics_p.ogg b/sounds/phonics_p.ogg similarity index 100% rename from phonics/sounds/phonics_p.ogg rename to sounds/phonics_p.ogg diff --git a/phonics/sounds/phonics_q.ogg b/sounds/phonics_q.ogg similarity index 100% rename from phonics/sounds/phonics_q.ogg rename to sounds/phonics_q.ogg diff --git a/phonics/sounds/phonics_r.ogg b/sounds/phonics_r.ogg similarity index 100% rename from phonics/sounds/phonics_r.ogg rename to sounds/phonics_r.ogg diff --git a/phonics/sounds/phonics_s.ogg b/sounds/phonics_s.ogg similarity index 100% rename from phonics/sounds/phonics_s.ogg rename to sounds/phonics_s.ogg diff --git a/phonics/sounds/phonics_sh.ogg b/sounds/phonics_sh.ogg similarity index 100% rename from phonics/sounds/phonics_sh.ogg rename to sounds/phonics_sh.ogg diff --git a/phonics/sounds/phonics_spell_the_word.ogg b/sounds/phonics_spell_the_word.ogg similarity index 100% rename from phonics/sounds/phonics_spell_the_word.ogg rename to sounds/phonics_spell_the_word.ogg diff --git a/phonics/sounds/phonics_t.ogg b/sounds/phonics_t.ogg similarity index 100% rename from phonics/sounds/phonics_t.ogg rename to sounds/phonics_t.ogg diff --git a/phonics/sounds/phonics_th.ogg b/sounds/phonics_th.ogg similarity index 100% rename from phonics/sounds/phonics_th.ogg rename to sounds/phonics_th.ogg diff --git a/phonics/sounds/phonics_try_again.ogg b/sounds/phonics_try_again.ogg similarity index 100% rename from phonics/sounds/phonics_try_again.ogg rename to sounds/phonics_try_again.ogg diff --git a/phonics/sounds/phonics_u.ogg b/sounds/phonics_u.ogg similarity index 100% rename from phonics/sounds/phonics_u.ogg rename to sounds/phonics_u.ogg diff --git a/phonics/sounds/phonics_v.ogg b/sounds/phonics_v.ogg similarity index 100% rename from phonics/sounds/phonics_v.ogg rename to sounds/phonics_v.ogg diff --git a/phonics/sounds/phonics_w.ogg b/sounds/phonics_w.ogg similarity index 100% rename from phonics/sounds/phonics_w.ogg rename to sounds/phonics_w.ogg diff --git a/phonics/sounds/phonics_wh.ogg b/sounds/phonics_wh.ogg similarity index 100% rename from phonics/sounds/phonics_wh.ogg rename to sounds/phonics_wh.ogg diff --git a/phonics/sounds/phonics_x.ogg b/sounds/phonics_x.ogg similarity index 100% rename from phonics/sounds/phonics_x.ogg rename to sounds/phonics_x.ogg diff --git a/phonics/sounds/phonics_y.ogg b/sounds/phonics_y.ogg similarity index 100% rename from phonics/sounds/phonics_y.ogg rename to sounds/phonics_y.ogg diff --git a/phonics/sounds/phonics_you_spelled.ogg b/sounds/phonics_you_spelled.ogg similarity index 100% rename from phonics/sounds/phonics_you_spelled.ogg rename to sounds/phonics_you_spelled.ogg diff --git a/phonics/sounds/phonics_z.ogg b/sounds/phonics_z.ogg similarity index 100% rename from phonics/sounds/phonics_z.ogg rename to sounds/phonics_z.ogg diff --git a/phonics/textures/SpeakingMouth64.png b/textures/SpeakingMouth64.png similarity index 100% rename from phonics/textures/SpeakingMouth64.png rename to textures/SpeakingMouth64.png diff --git a/phonics/textures/blue.jpg b/textures/blue.jpg similarity index 100% rename from phonics/textures/blue.jpg rename to textures/blue.jpg diff --git a/phonics/textures/exclamation_point.png b/textures/exclamation_point.png similarity index 100% rename from phonics/textures/exclamation_point.png rename to textures/exclamation_point.png diff --git a/phonics/textures/finish_line_flag_pin_th.png b/textures/finish_line_flag_pin_th.png similarity index 100% rename from phonics/textures/finish_line_flag_pin_th.png rename to textures/finish_line_flag_pin_th.png diff --git a/phonics/textures/fireworks_blue.png b/textures/fireworks_blue.png similarity index 100% rename from phonics/textures/fireworks_blue.png rename to textures/fireworks_blue.png diff --git a/phonics/textures/fireworks_green.png b/textures/fireworks_green.png similarity index 100% rename from phonics/textures/fireworks_green.png rename to textures/fireworks_green.png diff --git a/phonics/textures/fireworks_orange.png b/textures/fireworks_orange.png similarity index 100% rename from phonics/textures/fireworks_orange.png rename to textures/fireworks_orange.png diff --git a/phonics/textures/fireworks_purple.png b/textures/fireworks_purple.png similarity index 100% rename from phonics/textures/fireworks_purple.png rename to textures/fireworks_purple.png diff --git a/phonics/textures/fireworks_rainbow.png b/textures/fireworks_rainbow.png similarity index 100% rename from phonics/textures/fireworks_rainbow.png rename to textures/fireworks_rainbow.png diff --git a/phonics/textures/fireworks_red.png b/textures/fireworks_red.png similarity index 100% rename from phonics/textures/fireworks_red.png rename to textures/fireworks_red.png diff --git a/phonics/textures/fireworks_yellow.png b/textures/fireworks_yellow.png similarity index 100% rename from phonics/textures/fireworks_yellow.png rename to textures/fireworks_yellow.png diff --git a/phonics/textures/gray.png b/textures/gray.png similarity index 100% rename from phonics/textures/gray.png rename to textures/gray.png diff --git a/phonics/textures/green.png b/textures/green.png similarity index 100% rename from phonics/textures/green.png rename to textures/green.png diff --git a/phonics/textures/large_open_book.png b/textures/large_open_book.png similarity index 100% rename from phonics/textures/large_open_book.png rename to textures/large_open_book.png diff --git a/phonics/textures/lightblue.png b/textures/lightblue.png similarity index 100% rename from phonics/textures/lightblue.png rename to textures/lightblue.png diff --git a/phonics/textures/nicubunu_Scroll.png b/textures/nicubunu_Scroll.png similarity index 100% rename from phonics/textures/nicubunu_Scroll.png rename to textures/nicubunu_Scroll.png diff --git a/phonics/textures/period.png b/textures/period.png similarity index 100% rename from phonics/textures/period.png rename to textures/period.png diff --git a/phonics/textures/phonics_0a.png b/textures/phonics_0a.png similarity index 100% rename from phonics/textures/phonics_0a.png rename to textures/phonics_0a.png diff --git a/phonics/textures/phonics_0b.png b/textures/phonics_0b.png similarity index 100% rename from phonics/textures/phonics_0b.png rename to textures/phonics_0b.png diff --git a/phonics/textures/phonics_0c.png b/textures/phonics_0c.png similarity index 100% rename from phonics/textures/phonics_0c.png rename to textures/phonics_0c.png diff --git a/phonics/textures/phonics_0d.png b/textures/phonics_0d.png similarity index 100% rename from phonics/textures/phonics_0d.png rename to textures/phonics_0d.png diff --git a/phonics/textures/phonics_0e.png b/textures/phonics_0e.png similarity index 100% rename from phonics/textures/phonics_0e.png rename to textures/phonics_0e.png diff --git a/phonics/textures/phonics_0f.png b/textures/phonics_0f.png similarity index 100% rename from phonics/textures/phonics_0f.png rename to textures/phonics_0f.png diff --git a/phonics/textures/phonics_0g.png b/textures/phonics_0g.png similarity index 100% rename from phonics/textures/phonics_0g.png rename to textures/phonics_0g.png diff --git a/phonics/textures/phonics_0h.png b/textures/phonics_0h.png similarity index 100% rename from phonics/textures/phonics_0h.png rename to textures/phonics_0h.png diff --git a/phonics/textures/phonics_0i.png b/textures/phonics_0i.png similarity index 100% rename from phonics/textures/phonics_0i.png rename to textures/phonics_0i.png diff --git a/phonics/textures/phonics_0j.png b/textures/phonics_0j.png similarity index 100% rename from phonics/textures/phonics_0j.png rename to textures/phonics_0j.png diff --git a/phonics/textures/phonics_0k.png b/textures/phonics_0k.png similarity index 100% rename from phonics/textures/phonics_0k.png rename to textures/phonics_0k.png diff --git a/phonics/textures/phonics_0l.png b/textures/phonics_0l.png similarity index 100% rename from phonics/textures/phonics_0l.png rename to textures/phonics_0l.png diff --git a/phonics/textures/phonics_0m.png b/textures/phonics_0m.png similarity index 100% rename from phonics/textures/phonics_0m.png rename to textures/phonics_0m.png diff --git a/phonics/textures/phonics_0n.png b/textures/phonics_0n.png similarity index 100% rename from phonics/textures/phonics_0n.png rename to textures/phonics_0n.png diff --git a/phonics/textures/phonics_0o.png b/textures/phonics_0o.png similarity index 100% rename from phonics/textures/phonics_0o.png rename to textures/phonics_0o.png diff --git a/phonics/textures/phonics_0p.png b/textures/phonics_0p.png similarity index 100% rename from phonics/textures/phonics_0p.png rename to textures/phonics_0p.png diff --git a/phonics/textures/phonics_0q.png b/textures/phonics_0q.png similarity index 100% rename from phonics/textures/phonics_0q.png rename to textures/phonics_0q.png diff --git a/phonics/textures/phonics_0r.png b/textures/phonics_0r.png similarity index 100% rename from phonics/textures/phonics_0r.png rename to textures/phonics_0r.png diff --git a/phonics/textures/phonics_0s.png b/textures/phonics_0s.png similarity index 100% rename from phonics/textures/phonics_0s.png rename to textures/phonics_0s.png diff --git a/phonics/textures/phonics_0t.png b/textures/phonics_0t.png similarity index 100% rename from phonics/textures/phonics_0t.png rename to textures/phonics_0t.png diff --git a/phonics/textures/phonics_0u.png b/textures/phonics_0u.png similarity index 100% rename from phonics/textures/phonics_0u.png rename to textures/phonics_0u.png diff --git a/phonics/textures/phonics_0v.png b/textures/phonics_0v.png similarity index 100% rename from phonics/textures/phonics_0v.png rename to textures/phonics_0v.png diff --git a/phonics/textures/phonics_0w.png b/textures/phonics_0w.png similarity index 100% rename from phonics/textures/phonics_0w.png rename to textures/phonics_0w.png diff --git a/phonics/textures/phonics_0x.png b/textures/phonics_0x.png similarity index 100% rename from phonics/textures/phonics_0x.png rename to textures/phonics_0x.png diff --git a/phonics/textures/phonics_0y.png b/textures/phonics_0y.png similarity index 100% rename from phonics/textures/phonics_0y.png rename to textures/phonics_0y.png diff --git a/phonics/textures/phonics_0z.png b/textures/phonics_0z.png similarity index 100% rename from phonics/textures/phonics_0z.png rename to textures/phonics_0z.png diff --git a/phonics/textures/phonics__a.jpg b/textures/phonics__a.jpg similarity index 100% rename from phonics/textures/phonics__a.jpg rename to textures/phonics__a.jpg diff --git a/phonics/textures/phonics__a_active.png b/textures/phonics__a_active.png similarity index 100% rename from phonics/textures/phonics__a_active.png rename to textures/phonics__a_active.png diff --git a/phonics/textures/phonics__e.jpg b/textures/phonics__e.jpg similarity index 100% rename from phonics/textures/phonics__e.jpg rename to textures/phonics__e.jpg diff --git a/phonics/textures/phonics__e_active.png b/textures/phonics__e_active.png similarity index 100% rename from phonics/textures/phonics__e_active.png rename to textures/phonics__e_active.png diff --git a/phonics/textures/phonics__i.jpg b/textures/phonics__i.jpg similarity index 100% rename from phonics/textures/phonics__i.jpg rename to textures/phonics__i.jpg diff --git a/phonics/textures/phonics__i_active.png b/textures/phonics__i_active.png similarity index 100% rename from phonics/textures/phonics__i_active.png rename to textures/phonics__i_active.png diff --git a/phonics/textures/phonics__o.jpg b/textures/phonics__o.jpg similarity index 100% rename from phonics/textures/phonics__o.jpg rename to textures/phonics__o.jpg diff --git a/phonics/textures/phonics__o_active.png b/textures/phonics__o_active.png similarity index 100% rename from phonics/textures/phonics__o_active.png rename to textures/phonics__o_active.png diff --git a/phonics/textures/phonics__oo.jpg b/textures/phonics__oo.jpg similarity index 100% rename from phonics/textures/phonics__oo.jpg rename to textures/phonics__oo.jpg diff --git a/phonics/textures/phonics__oo_active.png b/textures/phonics__oo_active.png similarity index 100% rename from phonics/textures/phonics__oo_active.png rename to textures/phonics__oo_active.png diff --git a/phonics/textures/phonics__u.jpg b/textures/phonics__u.jpg similarity index 100% rename from phonics/textures/phonics__u.jpg rename to textures/phonics__u.jpg diff --git a/phonics/textures/phonics__u_active.png b/textures/phonics__u_active.png similarity index 100% rename from phonics/textures/phonics__u_active.png rename to textures/phonics__u_active.png diff --git a/phonics/textures/phonics_a.jpg b/textures/phonics_a.jpg similarity index 100% rename from phonics/textures/phonics_a.jpg rename to textures/phonics_a.jpg diff --git a/phonics/textures/phonics_a_active.png b/textures/phonics_a_active.png similarity index 100% rename from phonics/textures/phonics_a_active.png rename to textures/phonics_a_active.png diff --git a/phonics/textures/phonics_ar.jpg b/textures/phonics_ar.jpg similarity index 100% rename from phonics/textures/phonics_ar.jpg rename to textures/phonics_ar.jpg diff --git a/phonics/textures/phonics_ar_active.png b/textures/phonics_ar_active.png similarity index 100% rename from phonics/textures/phonics_ar_active.png rename to textures/phonics_ar_active.png diff --git a/phonics/textures/phonics_au.jpg b/textures/phonics_au.jpg similarity index 100% rename from phonics/textures/phonics_au.jpg rename to textures/phonics_au.jpg diff --git a/phonics/textures/phonics_au_active.png b/textures/phonics_au_active.png similarity index 100% rename from phonics/textures/phonics_au_active.png rename to textures/phonics_au_active.png diff --git a/phonics/textures/phonics_b.jpg b/textures/phonics_b.jpg similarity index 100% rename from phonics/textures/phonics_b.jpg rename to textures/phonics_b.jpg diff --git a/phonics/textures/phonics_b_active.png b/textures/phonics_b_active.png similarity index 100% rename from phonics/textures/phonics_b_active.png rename to textures/phonics_b_active.png diff --git a/phonics/textures/phonics_c.jpg b/textures/phonics_c.jpg similarity index 100% rename from phonics/textures/phonics_c.jpg rename to textures/phonics_c.jpg diff --git a/phonics/textures/phonics_c_active.png b/textures/phonics_c_active.png similarity index 100% rename from phonics/textures/phonics_c_active.png rename to textures/phonics_c_active.png diff --git a/phonics/textures/phonics_ch.jpg b/textures/phonics_ch.jpg similarity index 100% rename from phonics/textures/phonics_ch.jpg rename to textures/phonics_ch.jpg diff --git a/phonics/textures/phonics_ch_active.png b/textures/phonics_ch_active.png similarity index 100% rename from phonics/textures/phonics_ch_active.png rename to textures/phonics_ch_active.png diff --git a/phonics/textures/phonics_d.jpg b/textures/phonics_d.jpg similarity index 100% rename from phonics/textures/phonics_d.jpg rename to textures/phonics_d.jpg diff --git a/phonics/textures/phonics_d_active.png b/textures/phonics_d_active.png similarity index 100% rename from phonics/textures/phonics_d_active.png rename to textures/phonics_d_active.png diff --git a/phonics/textures/phonics_e.jpg b/textures/phonics_e.jpg similarity index 100% rename from phonics/textures/phonics_e.jpg rename to textures/phonics_e.jpg diff --git a/phonics/textures/phonics_e_active.png b/textures/phonics_e_active.png similarity index 100% rename from phonics/textures/phonics_e_active.png rename to textures/phonics_e_active.png diff --git a/phonics/textures/phonics_er.jpg b/textures/phonics_er.jpg similarity index 100% rename from phonics/textures/phonics_er.jpg rename to textures/phonics_er.jpg diff --git a/phonics/textures/phonics_er_active.png b/textures/phonics_er_active.png similarity index 100% rename from phonics/textures/phonics_er_active.png rename to textures/phonics_er_active.png diff --git a/phonics/textures/phonics_f.jpg b/textures/phonics_f.jpg similarity index 100% rename from phonics/textures/phonics_f.jpg rename to textures/phonics_f.jpg diff --git a/phonics/textures/phonics_f_active.png b/textures/phonics_f_active.png similarity index 100% rename from phonics/textures/phonics_f_active.png rename to textures/phonics_f_active.png diff --git a/phonics/textures/phonics_g.jpg b/textures/phonics_g.jpg similarity index 100% rename from phonics/textures/phonics_g.jpg rename to textures/phonics_g.jpg diff --git a/phonics/textures/phonics_g_active.png b/textures/phonics_g_active.png similarity index 100% rename from phonics/textures/phonics_g_active.png rename to textures/phonics_g_active.png diff --git a/phonics/textures/phonics_h.jpg b/textures/phonics_h.jpg similarity index 100% rename from phonics/textures/phonics_h.jpg rename to textures/phonics_h.jpg diff --git a/phonics/textures/phonics_h_active.png b/textures/phonics_h_active.png similarity index 100% rename from phonics/textures/phonics_h_active.png rename to textures/phonics_h_active.png diff --git a/phonics/textures/phonics_i.jpg b/textures/phonics_i.jpg similarity index 100% rename from phonics/textures/phonics_i.jpg rename to textures/phonics_i.jpg diff --git a/phonics/textures/phonics_i_active.png b/textures/phonics_i_active.png similarity index 100% rename from phonics/textures/phonics_i_active.png rename to textures/phonics_i_active.png diff --git a/phonics/textures/phonics_ing.jpg b/textures/phonics_ing.jpg similarity index 100% rename from phonics/textures/phonics_ing.jpg rename to textures/phonics_ing.jpg diff --git a/phonics/textures/phonics_ing_active.png b/textures/phonics_ing_active.png similarity index 100% rename from phonics/textures/phonics_ing_active.png rename to textures/phonics_ing_active.png diff --git a/phonics/textures/phonics_j.jpg b/textures/phonics_j.jpg similarity index 100% rename from phonics/textures/phonics_j.jpg rename to textures/phonics_j.jpg diff --git a/phonics/textures/phonics_j_active.png b/textures/phonics_j_active.png similarity index 100% rename from phonics/textures/phonics_j_active.png rename to textures/phonics_j_active.png diff --git a/phonics/textures/phonics_k.jpg b/textures/phonics_k.jpg similarity index 100% rename from phonics/textures/phonics_k.jpg rename to textures/phonics_k.jpg diff --git a/phonics/textures/phonics_k_active.png b/textures/phonics_k_active.png similarity index 100% rename from phonics/textures/phonics_k_active.png rename to textures/phonics_k_active.png diff --git a/phonics/textures/phonics_l.jpg b/textures/phonics_l.jpg similarity index 100% rename from phonics/textures/phonics_l.jpg rename to textures/phonics_l.jpg diff --git a/phonics/textures/phonics_l_active.png b/textures/phonics_l_active.png similarity index 100% rename from phonics/textures/phonics_l_active.png rename to textures/phonics_l_active.png diff --git a/phonics/textures/phonics_m.jpg b/textures/phonics_m.jpg similarity index 100% rename from phonics/textures/phonics_m.jpg rename to textures/phonics_m.jpg diff --git a/phonics/textures/phonics_m_active.png b/textures/phonics_m_active.png similarity index 100% rename from phonics/textures/phonics_m_active.png rename to textures/phonics_m_active.png diff --git a/phonics/textures/phonics_n.jpg b/textures/phonics_n.jpg similarity index 100% rename from phonics/textures/phonics_n.jpg rename to textures/phonics_n.jpg diff --git a/phonics/textures/phonics_n_active.png b/textures/phonics_n_active.png similarity index 100% rename from phonics/textures/phonics_n_active.png rename to textures/phonics_n_active.png diff --git a/phonics/textures/phonics_o.jpg b/textures/phonics_o.jpg similarity index 100% rename from phonics/textures/phonics_o.jpg rename to textures/phonics_o.jpg diff --git a/phonics/textures/phonics_o_active.png b/textures/phonics_o_active.png similarity index 100% rename from phonics/textures/phonics_o_active.png rename to textures/phonics_o_active.png diff --git a/phonics/textures/phonics_oo.jpg b/textures/phonics_oo.jpg similarity index 100% rename from phonics/textures/phonics_oo.jpg rename to textures/phonics_oo.jpg diff --git a/phonics/textures/phonics_oo_active.png b/textures/phonics_oo_active.png similarity index 100% rename from phonics/textures/phonics_oo_active.png rename to textures/phonics_oo_active.png diff --git a/phonics/textures/phonics_ou.jpg b/textures/phonics_ou.jpg similarity index 100% rename from phonics/textures/phonics_ou.jpg rename to textures/phonics_ou.jpg diff --git a/phonics/textures/phonics_ou_active.png b/textures/phonics_ou_active.png similarity index 100% rename from phonics/textures/phonics_ou_active.png rename to textures/phonics_ou_active.png diff --git a/phonics/textures/phonics_p.jpg b/textures/phonics_p.jpg similarity index 100% rename from phonics/textures/phonics_p.jpg rename to textures/phonics_p.jpg diff --git a/phonics/textures/phonics_p_active.png b/textures/phonics_p_active.png similarity index 100% rename from phonics/textures/phonics_p_active.png rename to textures/phonics_p_active.png diff --git a/phonics/textures/phonics_q.jpg b/textures/phonics_q.jpg similarity index 100% rename from phonics/textures/phonics_q.jpg rename to textures/phonics_q.jpg diff --git a/phonics/textures/phonics_q_active.png b/textures/phonics_q_active.png similarity index 100% rename from phonics/textures/phonics_q_active.png rename to textures/phonics_q_active.png diff --git a/phonics/textures/phonics_r.jpg b/textures/phonics_r.jpg similarity index 100% rename from phonics/textures/phonics_r.jpg rename to textures/phonics_r.jpg diff --git a/phonics/textures/phonics_r_active.png b/textures/phonics_r_active.png similarity index 100% rename from phonics/textures/phonics_r_active.png rename to textures/phonics_r_active.png diff --git a/phonics/textures/phonics_s.jpg b/textures/phonics_s.jpg similarity index 100% rename from phonics/textures/phonics_s.jpg rename to textures/phonics_s.jpg diff --git a/phonics/textures/phonics_s_active.png b/textures/phonics_s_active.png similarity index 100% rename from phonics/textures/phonics_s_active.png rename to textures/phonics_s_active.png diff --git a/phonics/textures/phonics_sh.jpg b/textures/phonics_sh.jpg similarity index 100% rename from phonics/textures/phonics_sh.jpg rename to textures/phonics_sh.jpg diff --git a/phonics/textures/phonics_sh_active.png b/textures/phonics_sh_active.png similarity index 100% rename from phonics/textures/phonics_sh_active.png rename to textures/phonics_sh_active.png diff --git a/phonics/textures/phonics_t.jpg b/textures/phonics_t.jpg similarity index 100% rename from phonics/textures/phonics_t.jpg rename to textures/phonics_t.jpg diff --git a/phonics/textures/phonics_t_active.png b/textures/phonics_t_active.png similarity index 100% rename from phonics/textures/phonics_t_active.png rename to textures/phonics_t_active.png diff --git a/phonics/textures/phonics_th.jpg b/textures/phonics_th.jpg similarity index 100% rename from phonics/textures/phonics_th.jpg rename to textures/phonics_th.jpg diff --git a/phonics/textures/phonics_th_active.png b/textures/phonics_th_active.png similarity index 100% rename from phonics/textures/phonics_th_active.png rename to textures/phonics_th_active.png diff --git a/phonics/textures/phonics_u.jpg b/textures/phonics_u.jpg similarity index 100% rename from phonics/textures/phonics_u.jpg rename to textures/phonics_u.jpg diff --git a/phonics/textures/phonics_u_active.png b/textures/phonics_u_active.png similarity index 100% rename from phonics/textures/phonics_u_active.png rename to textures/phonics_u_active.png diff --git a/phonics/textures/phonics_v.jpg b/textures/phonics_v.jpg similarity index 100% rename from phonics/textures/phonics_v.jpg rename to textures/phonics_v.jpg diff --git a/phonics/textures/phonics_v_active.png b/textures/phonics_v_active.png similarity index 100% rename from phonics/textures/phonics_v_active.png rename to textures/phonics_v_active.png diff --git a/phonics/textures/phonics_w.jpg b/textures/phonics_w.jpg similarity index 100% rename from phonics/textures/phonics_w.jpg rename to textures/phonics_w.jpg diff --git a/phonics/textures/phonics_w_active.png b/textures/phonics_w_active.png similarity index 100% rename from phonics/textures/phonics_w_active.png rename to textures/phonics_w_active.png diff --git a/phonics/textures/phonics_wh.jpg b/textures/phonics_wh.jpg similarity index 100% rename from phonics/textures/phonics_wh.jpg rename to textures/phonics_wh.jpg diff --git a/phonics/textures/phonics_wh_active.png b/textures/phonics_wh_active.png similarity index 100% rename from phonics/textures/phonics_wh_active.png rename to textures/phonics_wh_active.png diff --git a/phonics/textures/phonics_x.jpg b/textures/phonics_x.jpg similarity index 100% rename from phonics/textures/phonics_x.jpg rename to textures/phonics_x.jpg diff --git a/phonics/textures/phonics_x_active.png b/textures/phonics_x_active.png similarity index 100% rename from phonics/textures/phonics_x_active.png rename to textures/phonics_x_active.png diff --git a/phonics/textures/phonics_y.jpg b/textures/phonics_y.jpg similarity index 100% rename from phonics/textures/phonics_y.jpg rename to textures/phonics_y.jpg diff --git a/phonics/textures/phonics_y_active.png b/textures/phonics_y_active.png similarity index 100% rename from phonics/textures/phonics_y_active.png rename to textures/phonics_y_active.png diff --git a/phonics/textures/phonics_z.jpg b/textures/phonics_z.jpg similarity index 100% rename from phonics/textures/phonics_z.jpg rename to textures/phonics_z.jpg diff --git a/phonics/textures/phonics_z_active.png b/textures/phonics_z_active.png similarity index 100% rename from phonics/textures/phonics_z_active.png rename to textures/phonics_z_active.png diff --git a/phonics/textures/question_mark.png b/textures/question_mark.png similarity index 100% rename from phonics/textures/question_mark.png rename to textures/question_mark.png diff --git a/phonics/textures/white.jpg b/textures/white.jpg similarity index 100% rename from phonics/textures/white.jpg rename to textures/white.jpg