diff --git a/Visual Novel/GuiManager/Core/Colors.lua b/Visual Novel/GuiManager/Core/Colors.lua index eda5f1e..28bcf7f 100644 --- a/Visual Novel/GuiManager/Core/Colors.lua +++ b/Visual Novel/GuiManager/Core/Colors.lua @@ -36,12 +36,12 @@ new=function(r,b,g) __unm = function (c1) return Color.new(-c1[1],-c1[2],-c1[2]) end, - __tostring = function(c) - return "("..c[1]..","..c[2]..","..c[3]..")" - end, __eq = Color.EQ, __lt = Color.LT, __le = Color.LE, + __tostring = function(self) + return "("..self[1] ..","..self[1] ..","..self[1] ..")" + end } local temp = {r/255,b/255,g/255,1} setmetatable(temp, mt) @@ -63,23 +63,27 @@ IndexColor=function(name,r,b,g) if type(r)=="string" then r,b,g=tonumber(string.sub(r,1,2),16),tonumber(string.sub(r,3,4),16),tonumber(string.sub(r,5,6),16) end - Color[string.lower(name)]=Color.new(r,b,g) - Color[string.upper(name)]=Color.new(r,b,g) - Color[string.upper(string.sub(name,1,1))..string.lower(string.sub(name,2))]=Color.new(r,b,g) + _Color[string.lower(name)]=Color.new(r,b,g) + _Color[string.upper(name)]=Color.new(r,b,g) + _Color[string.upper(string.sub(name,1,1))..string.lower(string.sub(name,2))]=Color.new(r,b,g) end, Darken=function(color,v) - currentR=color[1] - currentG=color[2] - currentB=color[3] - return Color.new((currentR*255) * (1 - v),(currentG*255) * (1 - v),(currentB*255) * (1 - v)) + return Color.new((color[1]*255) * (1 - v),(color[2]*255) * (1 - v),(color[3]*255) * (1 - v)) end, Lighten=function(color,v) currentR=color[1] currentG=color[2] currentB=color[3] - return Color.new(currentR*255 + (255 - (currentR*255)) * v,currentG*255 + (255 - (currentG*255)) * v,currentB*255 + (255 - (currentB*255)) * v) + return Color.new(color[1]*255 + (255 - (color[1]*255)) * v,color[2]*255 + (255 - (color[2]*255)) * v,color[3]*255 + (255 - (color[3]*255)) * v) end } +_Color = {} +setmetatable(Color,{ + __index = function(self,k) + local c = _Color[k] + return Color.new(c[1]*255,c[2]*255,c[3]*255) + end, +}) Color.IndexColor("Black",20,20,20) Color.IndexColor("WHITE",255,255,255) Color.IndexColor("MAROON",128,20,20) diff --git a/Visual Novel/GuiManager/Core/canPress.lua b/Visual Novel/GuiManager/Core/canPress.lua index ae69c2e..17a8f54 100644 --- a/Visual Novel/GuiManager/Core/canPress.lua +++ b/Visual Novel/GuiManager/Core/canPress.lua @@ -45,7 +45,7 @@ function gui:Clickable() local x,y,w,h=love.graphics.getScissor() local mx=love.mouse.getX() local my=love.mouse.getY() - if _GuiPro. HasStencel then + if _GuiPro.HasStencel then local obj=_GuiPro.StencelHolder if self:isDescendant(obj) then return math.sqrt((mx-obj.x)^2+(my-obj.y)^2)<=(obj.offset.size.x or 0) @@ -54,7 +54,10 @@ function gui:Clickable() if not(x) then return true end - return not(mx>x+w or mxy+h or myx+w or mxy+h or my45 and y + + + + + + famfamfam.com: Silk Icons + + + + + + + + + + + + + + + + + +
+
+
+ +

Silk Icons

+

http://www.famfamfam.com/lab/icons/silk/

+

+ “Silk” is a smooth icon set, containing 1000 16-by-16 pixel icons in + strokably-soft PNG format. Containing a large variety of icons, you're sure to find something + that tickles your fancy. And all for a low low price of $0.00. You can't say fairer than that. + +
+
+ + + + Current version: 1.3

+ +

License

+

+ + I also love to hear of my work being used, feel encouraged to send an email + with a link or screenshot of the icons in their new home to + mjames  gmail  com. + This work is licensed under a Creative Commons Attribution 2.5 License. + This means you may use it for any purpose, and make any changes you like. + All I ask is that you include a link back to http://www.famfamfam.com/lab/icons/silk/ in your credits (contact me to discuss licencing further). + + + + +

+ +

Sightings

+ +

+ Do you use this set? Contact me!. +

+ + +

Icons

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
accept accept.pngadd add.pnganchor anchor.pngapplication application.pngapplication add application_add.pngapplication cascade application_cascade.pngapplication delete application_delete.pngapplication double application_double.pngapplication edit application_edit.pngapplication error application_error.pngapplication form application_form.pngapplication form add application_form_add.png
application form delete application_form_delete.pngapplication form edit application_form_edit.pngapplication form magnify application_form_magnify.pngapplication get application_get.pngapplication go application_go.pngapplication home application_home.pngapplication key application_key.pngapplication lightning application_lightning.pngapplication link application_link.pngapplication osx application_osx.pngapplication osx terminal application_osx_terminal.pngapplication put application_put.png
application side boxes application_side_boxes.pngapplication side contract application_side_contract.pngapplication side expand application_side_expand.pngapplication side list application_side_list.pngapplication side tree application_side_tree.pngapplication split application_split.pngapplication tile horizontal application_tile_horizontal.pngapplication tile vertical application_tile_vertical.pngapplication view columns application_view_columns.pngapplication view detail application_view_detail.pngapplication view gallery application_view_gallery.pngapplication view icons application_view_icons.png
application view list application_view_list.pngapplication view tile application_view_tile.pngapplication xp application_xp.pngapplication xp terminal application_xp_terminal.pngarrow branch arrow_branch.pngarrow divide arrow_divide.pngarrow down arrow_down.pngarrow in arrow_in.pngarrow inout arrow_inout.pngarrow join arrow_join.pngarrow left arrow_left.pngarrow merge arrow_merge.png
arrow out arrow_out.pngarrow redo arrow_redo.pngarrow refresh arrow_refresh.pngarrow refresh small arrow_refresh_small.pngarrow right arrow_right.pngarrow rotate anticlockwise arrow_rotate_anticlockwise.pngarrow rotate clockwise arrow_rotate_clockwise.pngarrow switch arrow_switch.pngarrow turn left arrow_turn_left.pngarrow turn right arrow_turn_right.pngarrow undo arrow_undo.pngarrow up arrow_up.png
asterisk orange asterisk_orange.pngasterisk yellow asterisk_yellow.pngattach attach.pngaward star add award_star_add.pngaward star bronze 1 award_star_bronze_1.pngaward star bronze 2 award_star_bronze_2.pngaward star bronze 3 award_star_bronze_3.pngaward star delete award_star_delete.pngaward star gold 1 award_star_gold_1.pngaward star gold 2 award_star_gold_2.pngaward star gold 3 award_star_gold_3.pngaward star silver 1 award_star_silver_1.png
award star silver 2 award_star_silver_2.pngaward star silver 3 award_star_silver_3.pngbasket basket.pngbasket add basket_add.pngbasket delete basket_delete.pngbasket edit basket_edit.pngbasket error basket_error.pngbasket go basket_go.pngbasket put basket_put.pngbasket remove basket_remove.pngbell bell.pngbell add bell_add.png
bell delete bell_delete.pngbell error bell_error.pngbell go bell_go.pngbell link bell_link.pngbin bin.pngbin closed bin_closed.pngbin empty bin_empty.pngbomb bomb.pngbook book.pngbook add book_add.pngbook addresses book_addresses.pngbook delete book_delete.png
book edit book_edit.pngbook error book_error.pngbook go book_go.pngbook key book_key.pngbook link book_link.pngbook next book_next.pngbook open book_open.pngbook previous book_previous.pngbox box.pngbrick brick.pngbrick add brick_add.pngbrick delete brick_delete.png
brick edit brick_edit.pngbrick error brick_error.pngbrick go brick_go.pngbrick link brick_link.pngbricks bricks.pngbriefcase briefcase.pngbug bug.pngbug add bug_add.pngbug delete bug_delete.pngbug edit bug_edit.pngbug error bug_error.pngbug go bug_go.png
bug link bug_link.pngbuilding building.pngbuilding add building_add.pngbuilding delete building_delete.pngbuilding edit building_edit.pngbuilding error building_error.pngbuilding go building_go.pngbuilding key building_key.pngbuilding link building_link.pngbullet add bullet_add.pngbullet arrow bottom bullet_arrow_bottom.pngbullet arrow down bullet_arrow_down.png
bullet arrow top bullet_arrow_top.pngbullet arrow up bullet_arrow_up.pngbullet black bullet_black.pngbullet blue bullet_blue.pngbullet delete bullet_delete.pngbullet disk bullet_disk.pngbullet error bullet_error.pngbullet feed bullet_feed.pngbullet go bullet_go.pngbullet green bullet_green.pngbullet key bullet_key.pngbullet orange bullet_orange.png
bullet picture bullet_picture.pngbullet pink bullet_pink.pngbullet purple bullet_purple.pngbullet red bullet_red.pngbullet star bullet_star.pngbullet toggle minus bullet_toggle_minus.pngbullet toggle plus bullet_toggle_plus.pngbullet white bullet_white.pngbullet wrench bullet_wrench.pngbullet yellow bullet_yellow.pngcake cake.pngcalculator calculator.png
calculator add calculator_add.pngcalculator delete calculator_delete.pngcalculator edit calculator_edit.pngcalculator error calculator_error.pngcalculator link calculator_link.pngcalendar calendar.pngcalendar add calendar_add.pngcalendar delete calendar_delete.pngcalendar edit calendar_edit.pngcalendar link calendar_link.pngcalendar view day calendar_view_day.pngcalendar view month calendar_view_month.png
calendar view week calendar_view_week.pngcamera camera.pngcamera add camera_add.pngcamera delete camera_delete.pngcamera edit camera_edit.pngcamera error camera_error.pngcamera go camera_go.pngcamera link camera_link.pngcamera small camera_small.pngcancel cancel.pngcar car.pngcar add car_add.png
car delete car_delete.pngcart cart.pngcart add cart_add.pngcart delete cart_delete.pngcart edit cart_edit.pngcart error cart_error.pngcart go cart_go.pngcart put cart_put.pngcart remove cart_remove.pngcd cd.pngcd add cd_add.pngcd burn cd_burn.png
cd delete cd_delete.pngcd edit cd_edit.pngcd eject cd_eject.pngcd go cd_go.pngchart bar chart_bar.pngchart bar add chart_bar_add.pngchart bar delete chart_bar_delete.pngchart bar edit chart_bar_edit.pngchart bar error chart_bar_error.pngchart bar link chart_bar_link.pngchart curve chart_curve.pngchart curve add chart_curve_add.png
chart curve delete chart_curve_delete.pngchart curve edit chart_curve_edit.pngchart curve error chart_curve_error.pngchart curve go chart_curve_go.pngchart curve link chart_curve_link.pngchart line chart_line.pngchart line add chart_line_add.pngchart line delete chart_line_delete.pngchart line edit chart_line_edit.pngchart line error chart_line_error.pngchart line link chart_line_link.pngchart organisation chart_organisation.png
chart organisation add chart_organisation_add.pngchart organisation delete chart_organisation_delete.pngchart pie chart_pie.pngchart pie add chart_pie_add.pngchart pie delete chart_pie_delete.pngchart pie edit chart_pie_edit.pngchart pie error chart_pie_error.pngchart pie link chart_pie_link.pngclock clock.pngclock add clock_add.pngclock delete clock_delete.pngclock edit clock_edit.png
clock error clock_error.pngclock go clock_go.pngclock link clock_link.pngclock pause clock_pause.pngclock play clock_play.pngclock red clock_red.pngclock stop clock_stop.pngcog cog.pngcog add cog_add.pngcog delete cog_delete.pngcog edit cog_edit.pngcog error cog_error.png
cog go cog_go.pngcoins coins.pngcoins add coins_add.pngcoins delete coins_delete.pngcolor swatch color_swatch.pngcolor wheel color_wheel.pngcomment comment.pngcomment add comment_add.pngcomment delete comment_delete.pngcomment edit comment_edit.pngcomments comments.pngcomments add comments_add.png
comments delete comments_delete.pngcompress compress.pngcomputer computer.pngcomputer add computer_add.pngcomputer delete computer_delete.pngcomputer edit computer_edit.pngcomputer error computer_error.pngcomputer go computer_go.pngcomputer key computer_key.pngcomputer link computer_link.pngconnect connect.pngcontrast contrast.png
contrast decrease contrast_decrease.pngcontrast high contrast_high.pngcontrast increase contrast_increase.pngcontrast low contrast_low.pngcontrol eject control_eject.pngcontrol eject blue control_eject_blue.pngcontrol end control_end.pngcontrol end blue control_end_blue.pngcontrol equalizer control_equalizer.pngcontrol equalizer blue control_equalizer_blue.pngcontrol fastforward control_fastforward.pngcontrol fastforward blue control_fastforward_blue.png
control pause control_pause.pngcontrol pause blue control_pause_blue.pngcontrol play control_play.pngcontrol play blue control_play_blue.pngcontrol repeat control_repeat.pngcontrol repeat blue control_repeat_blue.pngcontrol rewind control_rewind.pngcontrol rewind blue control_rewind_blue.pngcontrol start control_start.pngcontrol start blue control_start_blue.pngcontrol stop control_stop.pngcontrol stop blue control_stop_blue.png
controller controller.pngcontroller add controller_add.pngcontroller delete controller_delete.pngcontroller error controller_error.pngcreditcards creditcards.pngcross cross.pngcss css.pngcss add css_add.pngcss delete css_delete.pngcss go css_go.pngcss valid css_valid.pngcup cup.png
cup add cup_add.pngcup delete cup_delete.pngcup edit cup_edit.pngcup error cup_error.pngcup go cup_go.pngcup key cup_key.pngcup link cup_link.pngcursor cursor.pngcut cut.pngcut red cut_red.pngdatabase database.pngdatabase add database_add.png
database connect database_connect.pngdatabase delete database_delete.pngdatabase edit database_edit.pngdatabase error database_error.pngdatabase gear database_gear.pngdatabase go database_go.pngdatabase key database_key.pngdatabase lightning database_lightning.pngdatabase link database_link.pngdatabase refresh database_refresh.pngdatabase save database_save.pngdatabase table database_table.png
date date.pngdate add date_add.pngdate delete date_delete.pngdate edit date_edit.pngdate error date_error.pngdate go date_go.pngdate link date_link.pngdate magnify date_magnify.pngdate next date_next.pngdate previous date_previous.pngdelete delete.pngdisconnect disconnect.png
disk disk.pngdisk multiple disk_multiple.pngdoor door.pngdoor in door_in.pngdoor open door_open.pngdoor out door_out.pngdrink drink.pngdrink empty drink_empty.pngdrive drive.pngdrive add drive_add.pngdrive burn drive_burn.pngdrive cd drive_cd.png
drive cd empty drive_cd_empty.pngdrive delete drive_delete.pngdrive disk drive_disk.pngdrive edit drive_edit.pngdrive error drive_error.pngdrive go drive_go.pngdrive key drive_key.pngdrive link drive_link.pngdrive magnify drive_magnify.pngdrive network drive_network.pngdrive rename drive_rename.pngdrive user drive_user.png
drive web drive_web.pngdvd dvd.pngdvd add dvd_add.pngdvd delete dvd_delete.pngdvd edit dvd_edit.pngdvd error dvd_error.pngdvd go dvd_go.pngdvd key dvd_key.pngdvd link dvd_link.pngemail email.pngemail add email_add.pngemail attach email_attach.png
email delete email_delete.pngemail edit email_edit.pngemail error email_error.pngemail go email_go.pngemail link email_link.pngemail open email_open.pngemail open image email_open_image.pngemoticon evilgrin emoticon_evilgrin.pngemoticon grin emoticon_grin.pngemoticon happy emoticon_happy.pngemoticon smile emoticon_smile.pngemoticon surprised emoticon_surprised.png
emoticon tongue emoticon_tongue.pngemoticon unhappy emoticon_unhappy.pngemoticon waii emoticon_waii.pngemoticon wink emoticon_wink.pngerror error.pngerror add error_add.pngerror delete error_delete.pngerror go error_go.pngexclamation exclamation.pngeye eye.pngfeed feed.pngfeed add feed_add.png
feed delete feed_delete.pngfeed disk feed_disk.pngfeed edit feed_edit.pngfeed error feed_error.pngfeed go feed_go.pngfeed key feed_key.pngfeed link feed_link.pngfeed magnify feed_magnify.pngfemale female.pngfilm film.pngfilm add film_add.pngfilm delete film_delete.png
film edit film_edit.pngfilm error film_error.pngfilm go film_go.pngfilm key film_key.pngfilm link film_link.pngfilm save film_save.pngfind find.pngflag blue flag_blue.pngflag green flag_green.pngflag orange flag_orange.pngflag pink flag_pink.pngflag purple flag_purple.png
flag red flag_red.pngflag yellow flag_yellow.pngfolder folder.pngfolder add folder_add.pngfolder bell folder_bell.pngfolder brick folder_brick.pngfolder bug folder_bug.pngfolder camera folder_camera.pngfolder database folder_database.pngfolder delete folder_delete.pngfolder edit folder_edit.pngfolder error folder_error.png
folder explore folder_explore.pngfolder feed folder_feed.pngfolder find folder_find.pngfolder go folder_go.pngfolder heart folder_heart.pngfolder image folder_image.pngfolder key folder_key.pngfolder lightbulb folder_lightbulb.pngfolder link folder_link.pngfolder magnify folder_magnify.pngfolder page folder_page.pngfolder page white folder_page_white.png
folder palette folder_palette.pngfolder picture folder_picture.pngfolder star folder_star.pngfolder table folder_table.pngfolder user folder_user.pngfolder wrench folder_wrench.pngfont font.pngfont add font_add.pngfont delete font_delete.pngfont go font_go.pnggroup group.pnggroup add group_add.png
group delete group_delete.pnggroup edit group_edit.pnggroup error group_error.pnggroup gear group_gear.pnggroup go group_go.pnggroup key group_key.pnggroup link group_link.pngheart heart.pngheart add heart_add.pngheart delete heart_delete.pnghelp help.pnghourglass hourglass.png
hourglass add hourglass_add.pnghourglass delete hourglass_delete.pnghourglass go hourglass_go.pnghourglass link hourglass_link.pnghouse house.pnghouse go house_go.pnghouse link house_link.pnghtml html.pnghtml add html_add.pnghtml delete html_delete.pnghtml go html_go.pnghtml valid html_valid.png
image image.pngimage add image_add.pngimage delete image_delete.pngimage edit image_edit.pngimage link image_link.pngimages images.pnginformation information.pngipod ipod.pngipod cast ipod_cast.pngipod cast add ipod_cast_add.pngipod cast delete ipod_cast_delete.pngipod sound ipod_sound.png
joystick joystick.pngjoystick add joystick_add.pngjoystick delete joystick_delete.pngjoystick error joystick_error.pngkey key.pngkey add key_add.pngkey delete key_delete.pngkey go key_go.pngkeyboard keyboard.pngkeyboard add keyboard_add.pngkeyboard delete keyboard_delete.pngkeyboard magnify keyboard_magnify.png
layers layers.pnglayout layout.pnglayout add layout_add.pnglayout content layout_content.pnglayout delete layout_delete.pnglayout edit layout_edit.pnglayout error layout_error.pnglayout header layout_header.pnglayout link layout_link.pnglayout sidebar layout_sidebar.pnglightbulb lightbulb.pnglightbulb add lightbulb_add.png
lightbulb delete lightbulb_delete.pnglightbulb off lightbulb_off.pnglightning lightning.pnglightning add lightning_add.pnglightning delete lightning_delete.pnglightning go lightning_go.pnglink link.pnglink add link_add.pnglink break link_break.pnglink delete link_delete.pnglink edit link_edit.pnglink error link_error.png
link go link_go.pnglock lock.pnglock add lock_add.pnglock break lock_break.pnglock delete lock_delete.pnglock edit lock_edit.pnglock go lock_go.pnglock open lock_open.pnglorry lorry.pnglorry add lorry_add.pnglorry delete lorry_delete.pnglorry error lorry_error.png
lorry flatbed lorry_flatbed.pnglorry go lorry_go.pnglorry link lorry_link.pngmagifier zoom out magifier_zoom_out.pngmagnifier magnifier.pngmagnifier zoom in magnifier_zoom_in.pngmale male.pngmap map.pngmap add map_add.pngmap delete map_delete.pngmap edit map_edit.pngmap go map_go.png
map magnify map_magnify.pngmedal bronze 1 medal_bronze_1.pngmedal bronze 2 medal_bronze_2.pngmedal bronze 3 medal_bronze_3.pngmedal bronze add medal_bronze_add.pngmedal bronze delete medal_bronze_delete.pngmedal gold 1 medal_gold_1.pngmedal gold 2 medal_gold_2.pngmedal gold 3 medal_gold_3.pngmedal gold add medal_gold_add.pngmedal gold delete medal_gold_delete.pngmedal silver 1 medal_silver_1.png
medal silver 2 medal_silver_2.pngmedal silver 3 medal_silver_3.pngmedal silver add medal_silver_add.pngmedal silver delete medal_silver_delete.pngmoney money.pngmoney add money_add.pngmoney delete money_delete.pngmoney dollar money_dollar.pngmoney euro money_euro.pngmoney pound money_pound.pngmoney yen money_yen.pngmonitor monitor.png
monitor add monitor_add.pngmonitor delete monitor_delete.pngmonitor edit monitor_edit.pngmonitor error monitor_error.pngmonitor go monitor_go.pngmonitor lightning monitor_lightning.pngmonitor link monitor_link.pngmouse mouse.pngmouse add mouse_add.pngmouse delete mouse_delete.pngmouse error mouse_error.pngmusic music.png
new new.pngnewspaper newspaper.pngnewspaper add newspaper_add.pngnewspaper delete newspaper_delete.pngnewspaper go newspaper_go.pngnewspaper link newspaper_link.pngnote note.pngnote add note_add.pngnote delete note_delete.pngnote edit note_edit.pngnote error note_error.pngnote go note_go.png
overlays overlays.pngpackage package.pngpackage add package_add.pngpackage delete package_delete.pngpackage go package_go.pngpackage green package_green.pngpackage link package_link.pngpage page.pngpage add page_add.pngpage attach page_attach.pngpage code page_code.pngpage copy page_copy.png
page delete page_delete.pngpage edit page_edit.pngpage error page_error.pngpage excel page_excel.pngpage find page_find.pngpage gear page_gear.pngpage go page_go.pngpage green page_green.pngpage key page_key.pngpage lightning page_lightning.pngpage link page_link.pngpage paintbrush page_paintbrush.png
page paste page_paste.pngpage red page_red.pngpage refresh page_refresh.pngpage save page_save.pngpage white page_white.pngpage white acrobat page_white_acrobat.pngpage white actionscript page_white_actionscript.pngpage white add page_white_add.pngpage white c page_white_c.pngpage white camera page_white_camera.pngpage white cd page_white_cd.pngpage white code page_white_code.png
page white code red page_white_code_red.pngpage white coldfusion page_white_coldfusion.pngpage white compressed page_white_compressed.pngpage white copy page_white_copy.pngpage white cplusplus page_white_cplusplus.pngpage white csharp page_white_csharp.pngpage white cup page_white_cup.pngpage white database page_white_database.pngpage white delete page_white_delete.pngpage white dvd page_white_dvd.pngpage white edit page_white_edit.pngpage white error page_white_error.png
page white excel page_white_excel.pngpage white find page_white_find.pngpage white flash page_white_flash.pngpage white freehand page_white_freehand.pngpage white gear page_white_gear.pngpage white get page_white_get.pngpage white go page_white_go.pngpage white h page_white_h.pngpage white horizontal page_white_horizontal.pngpage white key page_white_key.pngpage white lightning page_white_lightning.pngpage white link page_white_link.png
page white magnify page_white_magnify.pngpage white medal page_white_medal.pngpage white office page_white_office.pngpage white paint page_white_paint.pngpage white paintbrush page_white_paintbrush.pngpage white paste page_white_paste.pngpage white php page_white_php.pngpage white picture page_white_picture.pngpage white powerpoint page_white_powerpoint.pngpage white put page_white_put.pngpage white ruby page_white_ruby.pngpage white stack page_white_stack.png
page white star page_white_star.pngpage white swoosh page_white_swoosh.pngpage white text page_white_text.pngpage white text width page_white_text_width.pngpage white tux page_white_tux.pngpage white vector page_white_vector.pngpage white visualstudio page_white_visualstudio.pngpage white width page_white_width.pngpage white word page_white_word.pngpage white world page_white_world.pngpage white wrench page_white_wrench.pngpage white zip page_white_zip.png
page word page_word.pngpage world page_world.pngpaintbrush paintbrush.pngpaintcan paintcan.pngpalette palette.pngpaste plain paste_plain.pngpaste word paste_word.pngpencil pencil.pngpencil add pencil_add.pngpencil delete pencil_delete.pngpencil go pencil_go.pngphone phone.png
phone add phone_add.pngphone delete phone_delete.pngphone sound phone_sound.pngphoto photo.pngphoto add photo_add.pngphoto delete photo_delete.pngphoto link photo_link.pngphotos photos.pngpicture picture.pngpicture add picture_add.pngpicture delete picture_delete.pngpicture edit picture_edit.png
picture empty picture_empty.pngpicture error picture_error.pngpicture go picture_go.pngpicture key picture_key.pngpicture link picture_link.pngpicture save picture_save.pngpictures pictures.pngpilcrow pilcrow.pngpill pill.pngpill add pill_add.pngpill delete pill_delete.pngpill go pill_go.png
plugin plugin.pngplugin add plugin_add.pngplugin delete plugin_delete.pngplugin disabled plugin_disabled.pngplugin edit plugin_edit.pngplugin error plugin_error.pngplugin go plugin_go.pngplugin link plugin_link.pngprinter printer.pngprinter add printer_add.pngprinter delete printer_delete.pngprinter empty printer_empty.png
printer error printer_error.pngrainbow rainbow.pngreport report.pngreport add report_add.pngreport delete report_delete.pngreport disk report_disk.pngreport edit report_edit.pngreport go report_go.pngreport key report_key.pngreport link report_link.pngreport magnify report_magnify.pngreport picture report_picture.png
report user report_user.pngreport word report_word.pngresultset first resultset_first.pngresultset last resultset_last.pngresultset next resultset_next.pngresultset previous resultset_previous.pngrosette rosette.pngrss rss.pngrss add rss_add.pngrss delete rss_delete.pngrss go rss_go.pngrss valid rss_valid.png
ruby ruby.pngruby add ruby_add.pngruby delete ruby_delete.pngruby gear ruby_gear.pngruby get ruby_get.pngruby go ruby_go.pngruby key ruby_key.pngruby link ruby_link.pngruby put ruby_put.pngscript script.pngscript add script_add.pngscript code script_code.png
script code red script_code_red.pngscript delete script_delete.pngscript edit script_edit.pngscript error script_error.pngscript gear script_gear.pngscript go script_go.pngscript key script_key.pngscript lightning script_lightning.pngscript link script_link.pngscript palette script_palette.pngscript save script_save.pngserver server.png
server add server_add.pngserver chart server_chart.pngserver compressed server_compressed.pngserver connect server_connect.pngserver database server_database.pngserver delete server_delete.pngserver edit server_edit.pngserver error server_error.pngserver go server_go.pngserver key server_key.pngserver lightning server_lightning.pngserver link server_link.png
server uncompressed server_uncompressed.pngshading shading.pngshape align bottom shape_align_bottom.pngshape align center shape_align_center.pngshape align left shape_align_left.pngshape align middle shape_align_middle.pngshape align right shape_align_right.pngshape align top shape_align_top.pngshape flip horizontal shape_flip_horizontal.pngshape flip vertical shape_flip_vertical.pngshape group shape_group.pngshape handles shape_handles.png
shape move back shape_move_back.pngshape move backwards shape_move_backwards.pngshape move forwards shape_move_forwards.pngshape move front shape_move_front.pngshape rotate anticlockwise shape_rotate_anticlockwise.pngshape rotate clockwise shape_rotate_clockwise.pngshape square shape_square.pngshape square add shape_square_add.pngshape square delete shape_square_delete.pngshape square edit shape_square_edit.pngshape square error shape_square_error.pngshape square go shape_square_go.png
shape square key shape_square_key.pngshape square link shape_square_link.pngshape ungroup shape_ungroup.pngshield shield.pngshield add shield_add.pngshield delete shield_delete.pngshield go shield_go.pngsitemap sitemap.pngsitemap color sitemap_color.pngsound sound.pngsound add sound_add.pngsound delete sound_delete.png
sound low sound_low.pngsound mute sound_mute.pngsound none sound_none.pngspellcheck spellcheck.pngsport 8ball sport_8ball.pngsport basketball sport_basketball.pngsport football sport_football.pngsport golf sport_golf.pngsport raquet sport_raquet.pngsport shuttlecock sport_shuttlecock.pngsport soccer sport_soccer.pngsport tennis sport_tennis.png
star star.pngstatus away status_away.pngstatus busy status_busy.pngstatus offline status_offline.pngstatus online status_online.pngstop stop.pngstyle style.pngstyle add style_add.pngstyle delete style_delete.pngstyle edit style_edit.pngstyle go style_go.pngsum sum.png
tab tab.pngtab add tab_add.pngtab delete tab_delete.pngtab edit tab_edit.pngtab go tab_go.pngtable table.pngtable add table_add.pngtable delete table_delete.pngtable edit table_edit.pngtable error table_error.pngtable gear table_gear.pngtable go table_go.png
table key table_key.pngtable lightning table_lightning.pngtable link table_link.pngtable multiple table_multiple.pngtable refresh table_refresh.pngtable relationship table_relationship.pngtable row delete table_row_delete.pngtable row insert table_row_insert.pngtable save table_save.pngtable sort table_sort.pngtag tag.pngtag blue tag_blue.png
tag blue add tag_blue_add.pngtag blue delete tag_blue_delete.pngtag blue edit tag_blue_edit.pngtag green tag_green.pngtag orange tag_orange.pngtag pink tag_pink.pngtag purple tag_purple.pngtag red tag_red.pngtag yellow tag_yellow.pngtelephone telephone.pngtelephone add telephone_add.pngtelephone delete telephone_delete.png
telephone edit telephone_edit.pngtelephone error telephone_error.pngtelephone go telephone_go.pngtelephone key telephone_key.pngtelephone link telephone_link.pngtelevision television.pngtelevision add television_add.pngtelevision delete television_delete.pngtext align center text_align_center.pngtext align justify text_align_justify.pngtext align left text_align_left.pngtext align right text_align_right.png
text allcaps text_allcaps.pngtext bold text_bold.pngtext columns text_columns.pngtext dropcaps text_dropcaps.pngtext heading 1 text_heading_1.pngtext heading 2 text_heading_2.pngtext heading 3 text_heading_3.pngtext heading 4 text_heading_4.pngtext heading 5 text_heading_5.pngtext heading 6 text_heading_6.pngtext horizontalrule text_horizontalrule.pngtext indent text_indent.png
text indent remove text_indent_remove.pngtext italic text_italic.pngtext kerning text_kerning.pngtext letter omega text_letter_omega.pngtext letterspacing text_letterspacing.pngtext linespacing text_linespacing.pngtext list bullets text_list_bullets.pngtext list numbers text_list_numbers.pngtext lowercase text_lowercase.pngtext padding bottom text_padding_bottom.pngtext padding left text_padding_left.pngtext padding right text_padding_right.png
text padding top text_padding_top.pngtext replace text_replace.pngtext signature text_signature.pngtext smallcaps text_smallcaps.pngtext strikethrough text_strikethrough.pngtext subscript text_subscript.pngtext superscript text_superscript.pngtext underline text_underline.pngtext uppercase text_uppercase.pngtextfield textfield.pngtextfield add textfield_add.pngtextfield delete textfield_delete.png
textfield key textfield_key.pngtextfield rename textfield_rename.pngthumb down thumb_down.pngthumb up thumb_up.pngtick tick.pngtime time.pngtime add time_add.pngtime delete time_delete.pngtime go time_go.pngtimeline marker timeline_marker.pngtransmit transmit.pngtransmit add transmit_add.png
transmit blue transmit_blue.pngtransmit delete transmit_delete.pngtransmit edit transmit_edit.pngtransmit error transmit_error.pngtransmit go transmit_go.pngtux tux.pnguser user.pnguser add user_add.pnguser comment user_comment.pnguser delete user_delete.pnguser edit user_edit.pnguser female user_female.png
user go user_go.pnguser gray user_gray.pnguser green user_green.pnguser orange user_orange.pnguser red user_red.pnguser suit user_suit.pngvcard vcard.pngvcard add vcard_add.pngvcard delete vcard_delete.pngvcard edit vcard_edit.pngvector vector.pngvector add vector_add.png
vector delete vector_delete.pngwand wand.pngweather clouds weather_clouds.pngweather cloudy weather_cloudy.pngweather lightning weather_lightning.pngweather rain weather_rain.pngweather snow weather_snow.pngweather sun weather_sun.pngwebcam webcam.pngwebcam add webcam_add.pngwebcam delete webcam_delete.pngwebcam error webcam_error.png
world world.pngworld add world_add.pngworld delete world_delete.pngworld edit world_edit.pngworld go world_go.pngworld link world_link.pngwrench wrench.pngwrench orange wrench_orange.pngxhtml xhtml.pngxhtml add xhtml_add.pngxhtml delete xhtml_delete.pngxhtml go xhtml_go.png
xhtml valid xhtml_valid.pngzoom zoom.pngzoom in zoom_in.pngzoom out zoom_out.png        
+

+ +
+ +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/Visual Novel/GuiManager/icons/readme.txt b/Visual Novel/GuiManager/icons/readme.txt new file mode 100644 index 0000000..2cf67dc --- /dev/null +++ b/Visual Novel/GuiManager/icons/readme.txt @@ -0,0 +1,22 @@ +Silk icon set 1.3 + +_________________________________________ +Mark James +http://www.famfamfam.com/lab/icons/silk/ +_________________________________________ + +This work is licensed under a +Creative Commons Attribution 2.5 License. +[ http://creativecommons.org/licenses/by/2.5/ ] + +This means you may use it for any purpose, +and make any changes you like. +All I ask is that you include a link back +to this page in your credits. + +Are you using this icon set? Send me an email +(including a link or picture if available) to +mjames@gmail.com + +Any other questions about this icon set please +contact mjames@gmail.com \ No newline at end of file diff --git a/Visual Novel/GuiManager/icons/report.png b/Visual Novel/GuiManager/icons/report.png new file mode 100644 index 0000000..779ad58 Binary files /dev/null and b/Visual Novel/GuiManager/icons/report.png differ diff --git a/Visual Novel/GuiManager/icons/report_add.png b/Visual Novel/GuiManager/icons/report_add.png new file mode 100644 index 0000000..d5eac9b Binary files /dev/null and b/Visual Novel/GuiManager/icons/report_add.png differ diff --git a/Visual Novel/GuiManager/icons/report_delete.png b/Visual Novel/GuiManager/icons/report_delete.png new file mode 100644 index 0000000..dcce0b6 Binary files /dev/null and b/Visual Novel/GuiManager/icons/report_delete.png differ diff --git a/Visual Novel/GuiManager/icons/report_disk.png b/Visual Novel/GuiManager/icons/report_disk.png new file mode 100644 index 0000000..1c856cd Binary files /dev/null and b/Visual Novel/GuiManager/icons/report_disk.png differ diff --git a/Visual Novel/GuiManager/icons/report_edit.png b/Visual Novel/GuiManager/icons/report_edit.png new file mode 100644 index 0000000..c61a6d8 Binary files /dev/null and b/Visual Novel/GuiManager/icons/report_edit.png differ diff --git a/Visual Novel/GuiManager/icons/report_go.png b/Visual Novel/GuiManager/icons/report_go.png new file mode 100644 index 0000000..f35a979 Binary files /dev/null and b/Visual Novel/GuiManager/icons/report_go.png differ diff --git a/Visual Novel/GuiManager/icons/report_key.png b/Visual Novel/GuiManager/icons/report_key.png new file mode 100644 index 0000000..90b758e Binary files /dev/null and b/Visual Novel/GuiManager/icons/report_key.png differ diff --git a/Visual Novel/GuiManager/icons/report_link.png b/Visual Novel/GuiManager/icons/report_link.png new file mode 100644 index 0000000..23f2611 Binary files /dev/null and b/Visual Novel/GuiManager/icons/report_link.png differ diff --git a/Visual Novel/GuiManager/icons/report_magnify.png b/Visual Novel/GuiManager/icons/report_magnify.png new file mode 100644 index 0000000..aeaa889 Binary files /dev/null and b/Visual Novel/GuiManager/icons/report_magnify.png differ diff --git a/Visual Novel/GuiManager/icons/report_picture.png b/Visual Novel/GuiManager/icons/report_picture.png new file mode 100644 index 0000000..3a9a7e5 Binary files /dev/null and b/Visual Novel/GuiManager/icons/report_picture.png differ diff --git a/Visual Novel/GuiManager/icons/report_user.png b/Visual Novel/GuiManager/icons/report_user.png new file mode 100644 index 0000000..7766edd Binary files /dev/null and b/Visual Novel/GuiManager/icons/report_user.png differ diff --git a/Visual Novel/GuiManager/icons/report_word.png b/Visual Novel/GuiManager/icons/report_word.png new file mode 100644 index 0000000..9951342 Binary files /dev/null and b/Visual Novel/GuiManager/icons/report_word.png differ diff --git a/Visual Novel/GuiManager/icons/resultset_first.png b/Visual Novel/GuiManager/icons/resultset_first.png new file mode 100644 index 0000000..b03eaf8 Binary files /dev/null and b/Visual Novel/GuiManager/icons/resultset_first.png differ diff --git a/Visual Novel/GuiManager/icons/resultset_last.png b/Visual Novel/GuiManager/icons/resultset_last.png new file mode 100644 index 0000000..8ec8947 Binary files /dev/null and b/Visual Novel/GuiManager/icons/resultset_last.png differ diff --git a/Visual Novel/GuiManager/icons/resultset_next.png b/Visual Novel/GuiManager/icons/resultset_next.png new file mode 100644 index 0000000..e252606 Binary files /dev/null and b/Visual Novel/GuiManager/icons/resultset_next.png differ diff --git a/Visual Novel/GuiManager/icons/resultset_previous.png b/Visual Novel/GuiManager/icons/resultset_previous.png new file mode 100644 index 0000000..18f9cc1 Binary files /dev/null and b/Visual Novel/GuiManager/icons/resultset_previous.png differ diff --git a/Visual Novel/GuiManager/icons/rosette.png b/Visual Novel/GuiManager/icons/rosette.png new file mode 100644 index 0000000..f233bc7 Binary files /dev/null and b/Visual Novel/GuiManager/icons/rosette.png differ diff --git a/Visual Novel/GuiManager/icons/rss.png b/Visual Novel/GuiManager/icons/rss.png new file mode 100644 index 0000000..1dc6ff3 Binary files /dev/null and b/Visual Novel/GuiManager/icons/rss.png differ diff --git a/Visual Novel/GuiManager/icons/rss_add.png b/Visual Novel/GuiManager/icons/rss_add.png new file mode 100644 index 0000000..b590beb Binary files /dev/null and b/Visual Novel/GuiManager/icons/rss_add.png differ diff --git a/Visual Novel/GuiManager/icons/rss_delete.png b/Visual Novel/GuiManager/icons/rss_delete.png new file mode 100644 index 0000000..9deb738 Binary files /dev/null and b/Visual Novel/GuiManager/icons/rss_delete.png differ diff --git a/Visual Novel/GuiManager/icons/rss_go.png b/Visual Novel/GuiManager/icons/rss_go.png new file mode 100644 index 0000000..43a86bf Binary files /dev/null and b/Visual Novel/GuiManager/icons/rss_go.png differ diff --git a/Visual Novel/GuiManager/icons/rss_valid.png b/Visual Novel/GuiManager/icons/rss_valid.png new file mode 100644 index 0000000..a6d0b0e Binary files /dev/null and b/Visual Novel/GuiManager/icons/rss_valid.png differ diff --git a/Visual Novel/GuiManager/icons/ruby.png b/Visual Novel/GuiManager/icons/ruby.png new file mode 100644 index 0000000..f763a16 Binary files /dev/null and b/Visual Novel/GuiManager/icons/ruby.png differ diff --git a/Visual Novel/GuiManager/icons/ruby_add.png b/Visual Novel/GuiManager/icons/ruby_add.png new file mode 100644 index 0000000..a2cd648 Binary files /dev/null and b/Visual Novel/GuiManager/icons/ruby_add.png differ diff --git a/Visual Novel/GuiManager/icons/ruby_delete.png b/Visual Novel/GuiManager/icons/ruby_delete.png new file mode 100644 index 0000000..3002263 Binary files /dev/null and b/Visual Novel/GuiManager/icons/ruby_delete.png differ diff --git a/Visual Novel/GuiManager/icons/ruby_gear.png b/Visual Novel/GuiManager/icons/ruby_gear.png new file mode 100644 index 0000000..4a10590 Binary files /dev/null and b/Visual Novel/GuiManager/icons/ruby_gear.png differ diff --git a/Visual Novel/GuiManager/icons/ruby_get.png b/Visual Novel/GuiManager/icons/ruby_get.png new file mode 100644 index 0000000..f5203c7 Binary files /dev/null and b/Visual Novel/GuiManager/icons/ruby_get.png differ diff --git a/Visual Novel/GuiManager/icons/ruby_go.png b/Visual Novel/GuiManager/icons/ruby_go.png new file mode 100644 index 0000000..d8d276e Binary files /dev/null and b/Visual Novel/GuiManager/icons/ruby_go.png differ diff --git a/Visual Novel/GuiManager/icons/ruby_key.png b/Visual Novel/GuiManager/icons/ruby_key.png new file mode 100644 index 0000000..451cfeb Binary files /dev/null and b/Visual Novel/GuiManager/icons/ruby_key.png differ diff --git a/Visual Novel/GuiManager/icons/ruby_link.png b/Visual Novel/GuiManager/icons/ruby_link.png new file mode 100644 index 0000000..bf4be52 Binary files /dev/null and b/Visual Novel/GuiManager/icons/ruby_link.png differ diff --git a/Visual Novel/GuiManager/icons/ruby_put.png b/Visual Novel/GuiManager/icons/ruby_put.png new file mode 100644 index 0000000..e026323 Binary files /dev/null and b/Visual Novel/GuiManager/icons/ruby_put.png differ diff --git a/Visual Novel/GuiManager/icons/script.png b/Visual Novel/GuiManager/icons/script.png new file mode 100644 index 0000000..0f9ed4d Binary files /dev/null and b/Visual Novel/GuiManager/icons/script.png differ diff --git a/Visual Novel/GuiManager/icons/script_add.png b/Visual Novel/GuiManager/icons/script_add.png new file mode 100644 index 0000000..d650552 Binary files /dev/null and b/Visual Novel/GuiManager/icons/script_add.png differ diff --git a/Visual Novel/GuiManager/icons/script_code.png b/Visual Novel/GuiManager/icons/script_code.png new file mode 100644 index 0000000..63fe6ce Binary files /dev/null and b/Visual Novel/GuiManager/icons/script_code.png differ diff --git a/Visual Novel/GuiManager/icons/script_code_red.png b/Visual Novel/GuiManager/icons/script_code_red.png new file mode 100644 index 0000000..8fcf0f0 Binary files /dev/null and b/Visual Novel/GuiManager/icons/script_code_red.png differ diff --git a/Visual Novel/GuiManager/icons/script_delete.png b/Visual Novel/GuiManager/icons/script_delete.png new file mode 100644 index 0000000..e6500ce Binary files /dev/null and b/Visual Novel/GuiManager/icons/script_delete.png differ diff --git a/Visual Novel/GuiManager/icons/script_edit.png b/Visual Novel/GuiManager/icons/script_edit.png new file mode 100644 index 0000000..b4d31ce Binary files /dev/null and b/Visual Novel/GuiManager/icons/script_edit.png differ diff --git a/Visual Novel/GuiManager/icons/script_error.png b/Visual Novel/GuiManager/icons/script_error.png new file mode 100644 index 0000000..0491954 Binary files /dev/null and b/Visual Novel/GuiManager/icons/script_error.png differ diff --git a/Visual Novel/GuiManager/icons/script_gear.png b/Visual Novel/GuiManager/icons/script_gear.png new file mode 100644 index 0000000..56fcf84 Binary files /dev/null and b/Visual Novel/GuiManager/icons/script_gear.png differ diff --git a/Visual Novel/GuiManager/icons/script_go.png b/Visual Novel/GuiManager/icons/script_go.png new file mode 100644 index 0000000..8e154e2 Binary files /dev/null and b/Visual Novel/GuiManager/icons/script_go.png differ diff --git a/Visual Novel/GuiManager/icons/script_key.png b/Visual Novel/GuiManager/icons/script_key.png new file mode 100644 index 0000000..49bb24d Binary files /dev/null and b/Visual Novel/GuiManager/icons/script_key.png differ diff --git a/Visual Novel/GuiManager/icons/script_lightning.png b/Visual Novel/GuiManager/icons/script_lightning.png new file mode 100644 index 0000000..b3fa18c Binary files /dev/null and b/Visual Novel/GuiManager/icons/script_lightning.png differ diff --git a/Visual Novel/GuiManager/icons/script_link.png b/Visual Novel/GuiManager/icons/script_link.png new file mode 100644 index 0000000..bdeb985 Binary files /dev/null and b/Visual Novel/GuiManager/icons/script_link.png differ diff --git a/Visual Novel/GuiManager/icons/script_palette.png b/Visual Novel/GuiManager/icons/script_palette.png new file mode 100644 index 0000000..6d46962 Binary files /dev/null and b/Visual Novel/GuiManager/icons/script_palette.png differ diff --git a/Visual Novel/GuiManager/icons/script_save.png b/Visual Novel/GuiManager/icons/script_save.png new file mode 100644 index 0000000..36216d8 Binary files /dev/null and b/Visual Novel/GuiManager/icons/script_save.png differ diff --git a/Visual Novel/GuiManager/icons/server.png b/Visual Novel/GuiManager/icons/server.png new file mode 100644 index 0000000..720a237 Binary files /dev/null and b/Visual Novel/GuiManager/icons/server.png differ diff --git a/Visual Novel/GuiManager/icons/server_add.png b/Visual Novel/GuiManager/icons/server_add.png new file mode 100644 index 0000000..3f10a3a Binary files /dev/null and b/Visual Novel/GuiManager/icons/server_add.png differ diff --git a/Visual Novel/GuiManager/icons/server_chart.png b/Visual Novel/GuiManager/icons/server_chart.png new file mode 100644 index 0000000..1128d3f Binary files /dev/null and b/Visual Novel/GuiManager/icons/server_chart.png differ diff --git a/Visual Novel/GuiManager/icons/server_compressed.png b/Visual Novel/GuiManager/icons/server_compressed.png new file mode 100644 index 0000000..bf49fad Binary files /dev/null and b/Visual Novel/GuiManager/icons/server_compressed.png differ diff --git a/Visual Novel/GuiManager/icons/server_connect.png b/Visual Novel/GuiManager/icons/server_connect.png new file mode 100644 index 0000000..49b2691 Binary files /dev/null and b/Visual Novel/GuiManager/icons/server_connect.png differ diff --git a/Visual Novel/GuiManager/icons/server_database.png b/Visual Novel/GuiManager/icons/server_database.png new file mode 100644 index 0000000..b24e826 Binary files /dev/null and b/Visual Novel/GuiManager/icons/server_database.png differ diff --git a/Visual Novel/GuiManager/icons/server_delete.png b/Visual Novel/GuiManager/icons/server_delete.png new file mode 100644 index 0000000..61e740f Binary files /dev/null and b/Visual Novel/GuiManager/icons/server_delete.png differ diff --git a/Visual Novel/GuiManager/icons/server_edit.png b/Visual Novel/GuiManager/icons/server_edit.png new file mode 100644 index 0000000..dc76253 Binary files /dev/null and b/Visual Novel/GuiManager/icons/server_edit.png differ diff --git a/Visual Novel/GuiManager/icons/server_error.png b/Visual Novel/GuiManager/icons/server_error.png new file mode 100644 index 0000000..f640256 Binary files /dev/null and b/Visual Novel/GuiManager/icons/server_error.png differ diff --git a/Visual Novel/GuiManager/icons/server_go.png b/Visual Novel/GuiManager/icons/server_go.png new file mode 100644 index 0000000..540c8e2 Binary files /dev/null and b/Visual Novel/GuiManager/icons/server_go.png differ diff --git a/Visual Novel/GuiManager/icons/server_key.png b/Visual Novel/GuiManager/icons/server_key.png new file mode 100644 index 0000000..ecd5174 Binary files /dev/null and b/Visual Novel/GuiManager/icons/server_key.png differ diff --git a/Visual Novel/GuiManager/icons/server_lightning.png b/Visual Novel/GuiManager/icons/server_lightning.png new file mode 100644 index 0000000..b0f4e46 Binary files /dev/null and b/Visual Novel/GuiManager/icons/server_lightning.png differ diff --git a/Visual Novel/GuiManager/icons/server_link.png b/Visual Novel/GuiManager/icons/server_link.png new file mode 100644 index 0000000..e8821df Binary files /dev/null and b/Visual Novel/GuiManager/icons/server_link.png differ diff --git a/Visual Novel/GuiManager/icons/server_uncompressed.png b/Visual Novel/GuiManager/icons/server_uncompressed.png new file mode 100644 index 0000000..86e8325 Binary files /dev/null and b/Visual Novel/GuiManager/icons/server_uncompressed.png differ diff --git a/Visual Novel/GuiManager/icons/shading.png b/Visual Novel/GuiManager/icons/shading.png new file mode 100644 index 0000000..09275f9 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shading.png differ diff --git a/Visual Novel/GuiManager/icons/shape_align_bottom.png b/Visual Novel/GuiManager/icons/shape_align_bottom.png new file mode 100644 index 0000000..55d2694 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_align_bottom.png differ diff --git a/Visual Novel/GuiManager/icons/shape_align_center.png b/Visual Novel/GuiManager/icons/shape_align_center.png new file mode 100644 index 0000000..efe9a98 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_align_center.png differ diff --git a/Visual Novel/GuiManager/icons/shape_align_left.png b/Visual Novel/GuiManager/icons/shape_align_left.png new file mode 100644 index 0000000..aaedc41 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_align_left.png differ diff --git a/Visual Novel/GuiManager/icons/shape_align_middle.png b/Visual Novel/GuiManager/icons/shape_align_middle.png new file mode 100644 index 0000000..d350dd8 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_align_middle.png differ diff --git a/Visual Novel/GuiManager/icons/shape_align_right.png b/Visual Novel/GuiManager/icons/shape_align_right.png new file mode 100644 index 0000000..ff556b6 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_align_right.png differ diff --git a/Visual Novel/GuiManager/icons/shape_align_top.png b/Visual Novel/GuiManager/icons/shape_align_top.png new file mode 100644 index 0000000..1181b43 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_align_top.png differ diff --git a/Visual Novel/GuiManager/icons/shape_flip_horizontal.png b/Visual Novel/GuiManager/icons/shape_flip_horizontal.png new file mode 100644 index 0000000..8667c81 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_flip_horizontal.png differ diff --git a/Visual Novel/GuiManager/icons/shape_flip_vertical.png b/Visual Novel/GuiManager/icons/shape_flip_vertical.png new file mode 100644 index 0000000..0bd66d1 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_flip_vertical.png differ diff --git a/Visual Novel/GuiManager/icons/shape_group.png b/Visual Novel/GuiManager/icons/shape_group.png new file mode 100644 index 0000000..bb2ff51 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_group.png differ diff --git a/Visual Novel/GuiManager/icons/shape_handles.png b/Visual Novel/GuiManager/icons/shape_handles.png new file mode 100644 index 0000000..ce27fe3 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_handles.png differ diff --git a/Visual Novel/GuiManager/icons/shape_move_back.png b/Visual Novel/GuiManager/icons/shape_move_back.png new file mode 100644 index 0000000..a216ffd Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_move_back.png differ diff --git a/Visual Novel/GuiManager/icons/shape_move_backwards.png b/Visual Novel/GuiManager/icons/shape_move_backwards.png new file mode 100644 index 0000000..ee3f9b2 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_move_backwards.png differ diff --git a/Visual Novel/GuiManager/icons/shape_move_forwards.png b/Visual Novel/GuiManager/icons/shape_move_forwards.png new file mode 100644 index 0000000..cfe4493 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_move_forwards.png differ diff --git a/Visual Novel/GuiManager/icons/shape_move_front.png b/Visual Novel/GuiManager/icons/shape_move_front.png new file mode 100644 index 0000000..b4a4e3b Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_move_front.png differ diff --git a/Visual Novel/GuiManager/icons/shape_rotate_anticlockwise.png b/Visual Novel/GuiManager/icons/shape_rotate_anticlockwise.png new file mode 100644 index 0000000..07a3020 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_rotate_anticlockwise.png differ diff --git a/Visual Novel/GuiManager/icons/shape_rotate_clockwise.png b/Visual Novel/GuiManager/icons/shape_rotate_clockwise.png new file mode 100644 index 0000000..b99db7d Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_rotate_clockwise.png differ diff --git a/Visual Novel/GuiManager/icons/shape_square.png b/Visual Novel/GuiManager/icons/shape_square.png new file mode 100644 index 0000000..33af046 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_square.png differ diff --git a/Visual Novel/GuiManager/icons/shape_square_add.png b/Visual Novel/GuiManager/icons/shape_square_add.png new file mode 100644 index 0000000..31edfce Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_square_add.png differ diff --git a/Visual Novel/GuiManager/icons/shape_square_delete.png b/Visual Novel/GuiManager/icons/shape_square_delete.png new file mode 100644 index 0000000..ede912d Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_square_delete.png differ diff --git a/Visual Novel/GuiManager/icons/shape_square_edit.png b/Visual Novel/GuiManager/icons/shape_square_edit.png new file mode 100644 index 0000000..d28dc6b Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_square_edit.png differ diff --git a/Visual Novel/GuiManager/icons/shape_square_error.png b/Visual Novel/GuiManager/icons/shape_square_error.png new file mode 100644 index 0000000..0d0dcfa Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_square_error.png differ diff --git a/Visual Novel/GuiManager/icons/shape_square_go.png b/Visual Novel/GuiManager/icons/shape_square_go.png new file mode 100644 index 0000000..5a2ad90 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_square_go.png differ diff --git a/Visual Novel/GuiManager/icons/shape_square_key.png b/Visual Novel/GuiManager/icons/shape_square_key.png new file mode 100644 index 0000000..c34b982 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_square_key.png differ diff --git a/Visual Novel/GuiManager/icons/shape_square_link.png b/Visual Novel/GuiManager/icons/shape_square_link.png new file mode 100644 index 0000000..b885fcc Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_square_link.png differ diff --git a/Visual Novel/GuiManager/icons/shape_ungroup.png b/Visual Novel/GuiManager/icons/shape_ungroup.png new file mode 100644 index 0000000..3a6f369 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shape_ungroup.png differ diff --git a/Visual Novel/GuiManager/icons/shield.png b/Visual Novel/GuiManager/icons/shield.png new file mode 100644 index 0000000..3cb4e25 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shield.png differ diff --git a/Visual Novel/GuiManager/icons/shield_add.png b/Visual Novel/GuiManager/icons/shield_add.png new file mode 100644 index 0000000..e20a1b4 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shield_add.png differ diff --git a/Visual Novel/GuiManager/icons/shield_delete.png b/Visual Novel/GuiManager/icons/shield_delete.png new file mode 100644 index 0000000..22823a7 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shield_delete.png differ diff --git a/Visual Novel/GuiManager/icons/shield_go.png b/Visual Novel/GuiManager/icons/shield_go.png new file mode 100644 index 0000000..e9bd852 Binary files /dev/null and b/Visual Novel/GuiManager/icons/shield_go.png differ diff --git a/Visual Novel/GuiManager/icons/sitemap.png b/Visual Novel/GuiManager/icons/sitemap.png new file mode 100644 index 0000000..ca779f3 Binary files /dev/null and b/Visual Novel/GuiManager/icons/sitemap.png differ diff --git a/Visual Novel/GuiManager/icons/sitemap_color.png b/Visual Novel/GuiManager/icons/sitemap_color.png new file mode 100644 index 0000000..c64582b Binary files /dev/null and b/Visual Novel/GuiManager/icons/sitemap_color.png differ diff --git a/Visual Novel/GuiManager/icons/sound.png b/Visual Novel/GuiManager/icons/sound.png new file mode 100644 index 0000000..6056d23 Binary files /dev/null and b/Visual Novel/GuiManager/icons/sound.png differ diff --git a/Visual Novel/GuiManager/icons/sound_add.png b/Visual Novel/GuiManager/icons/sound_add.png new file mode 100644 index 0000000..965c503 Binary files /dev/null and b/Visual Novel/GuiManager/icons/sound_add.png differ diff --git a/Visual Novel/GuiManager/icons/sound_delete.png b/Visual Novel/GuiManager/icons/sound_delete.png new file mode 100644 index 0000000..ab9577a Binary files /dev/null and b/Visual Novel/GuiManager/icons/sound_delete.png differ diff --git a/Visual Novel/GuiManager/icons/sound_low.png b/Visual Novel/GuiManager/icons/sound_low.png new file mode 100644 index 0000000..4d91863 Binary files /dev/null and b/Visual Novel/GuiManager/icons/sound_low.png differ diff --git a/Visual Novel/GuiManager/icons/sound_mute.png b/Visual Novel/GuiManager/icons/sound_mute.png new file mode 100644 index 0000000..b652d2a Binary files /dev/null and b/Visual Novel/GuiManager/icons/sound_mute.png differ diff --git a/Visual Novel/GuiManager/icons/sound_none.png b/Visual Novel/GuiManager/icons/sound_none.png new file mode 100644 index 0000000..b497ebd Binary files /dev/null and b/Visual Novel/GuiManager/icons/sound_none.png differ diff --git a/Visual Novel/GuiManager/icons/spellcheck.png b/Visual Novel/GuiManager/icons/spellcheck.png new file mode 100644 index 0000000..ebc632d Binary files /dev/null and b/Visual Novel/GuiManager/icons/spellcheck.png differ diff --git a/Visual Novel/GuiManager/icons/sport_8ball.png b/Visual Novel/GuiManager/icons/sport_8ball.png new file mode 100644 index 0000000..4f627b7 Binary files /dev/null and b/Visual Novel/GuiManager/icons/sport_8ball.png differ diff --git a/Visual Novel/GuiManager/icons/sport_basketball.png b/Visual Novel/GuiManager/icons/sport_basketball.png new file mode 100644 index 0000000..f7a000b Binary files /dev/null and b/Visual Novel/GuiManager/icons/sport_basketball.png differ diff --git a/Visual Novel/GuiManager/icons/sport_football.png b/Visual Novel/GuiManager/icons/sport_football.png new file mode 100644 index 0000000..199f0f7 Binary files /dev/null and b/Visual Novel/GuiManager/icons/sport_football.png differ diff --git a/Visual Novel/GuiManager/icons/sport_golf.png b/Visual Novel/GuiManager/icons/sport_golf.png new file mode 100644 index 0000000..e21fa44 Binary files /dev/null and b/Visual Novel/GuiManager/icons/sport_golf.png differ diff --git a/Visual Novel/GuiManager/icons/sport_raquet.png b/Visual Novel/GuiManager/icons/sport_raquet.png new file mode 100644 index 0000000..f5e0f0c Binary files /dev/null and b/Visual Novel/GuiManager/icons/sport_raquet.png differ diff --git a/Visual Novel/GuiManager/icons/sport_shuttlecock.png b/Visual Novel/GuiManager/icons/sport_shuttlecock.png new file mode 100644 index 0000000..917287f Binary files /dev/null and b/Visual Novel/GuiManager/icons/sport_shuttlecock.png differ diff --git a/Visual Novel/GuiManager/icons/sport_soccer.png b/Visual Novel/GuiManager/icons/sport_soccer.png new file mode 100644 index 0000000..3eb1828 Binary files /dev/null and b/Visual Novel/GuiManager/icons/sport_soccer.png differ diff --git a/Visual Novel/GuiManager/icons/sport_tennis.png b/Visual Novel/GuiManager/icons/sport_tennis.png new file mode 100644 index 0000000..e88a6ef Binary files /dev/null and b/Visual Novel/GuiManager/icons/sport_tennis.png differ diff --git a/Visual Novel/GuiManager/icons/star.png b/Visual Novel/GuiManager/icons/star.png new file mode 100644 index 0000000..b88c857 Binary files /dev/null and b/Visual Novel/GuiManager/icons/star.png differ diff --git a/Visual Novel/GuiManager/icons/status_away.png b/Visual Novel/GuiManager/icons/status_away.png new file mode 100644 index 0000000..70bcbcc Binary files /dev/null and b/Visual Novel/GuiManager/icons/status_away.png differ diff --git a/Visual Novel/GuiManager/icons/status_busy.png b/Visual Novel/GuiManager/icons/status_busy.png new file mode 100644 index 0000000..987c806 Binary files /dev/null and b/Visual Novel/GuiManager/icons/status_busy.png differ diff --git a/Visual Novel/GuiManager/icons/status_offline.png b/Visual Novel/GuiManager/icons/status_offline.png new file mode 100644 index 0000000..a88261a Binary files /dev/null and b/Visual Novel/GuiManager/icons/status_offline.png differ diff --git a/Visual Novel/GuiManager/icons/status_online.png b/Visual Novel/GuiManager/icons/status_online.png new file mode 100644 index 0000000..947bd4b Binary files /dev/null and b/Visual Novel/GuiManager/icons/status_online.png differ diff --git a/Visual Novel/GuiManager/icons/stop.png b/Visual Novel/GuiManager/icons/stop.png new file mode 100644 index 0000000..0cfd585 Binary files /dev/null and b/Visual Novel/GuiManager/icons/stop.png differ diff --git a/Visual Novel/GuiManager/icons/style.png b/Visual Novel/GuiManager/icons/style.png new file mode 100644 index 0000000..81e41de Binary files /dev/null and b/Visual Novel/GuiManager/icons/style.png differ diff --git a/Visual Novel/GuiManager/icons/style_add.png b/Visual Novel/GuiManager/icons/style_add.png new file mode 100644 index 0000000..e0369c6 Binary files /dev/null and b/Visual Novel/GuiManager/icons/style_add.png differ diff --git a/Visual Novel/GuiManager/icons/style_delete.png b/Visual Novel/GuiManager/icons/style_delete.png new file mode 100644 index 0000000..640f187 Binary files /dev/null and b/Visual Novel/GuiManager/icons/style_delete.png differ diff --git a/Visual Novel/GuiManager/icons/style_edit.png b/Visual Novel/GuiManager/icons/style_edit.png new file mode 100644 index 0000000..25bb5b6 Binary files /dev/null and b/Visual Novel/GuiManager/icons/style_edit.png differ diff --git a/Visual Novel/GuiManager/icons/style_go.png b/Visual Novel/GuiManager/icons/style_go.png new file mode 100644 index 0000000..25d6181 Binary files /dev/null and b/Visual Novel/GuiManager/icons/style_go.png differ diff --git a/Visual Novel/GuiManager/icons/sum.png b/Visual Novel/GuiManager/icons/sum.png new file mode 100644 index 0000000..fd7b32e Binary files /dev/null and b/Visual Novel/GuiManager/icons/sum.png differ diff --git a/Visual Novel/GuiManager/icons/tab.png b/Visual Novel/GuiManager/icons/tab.png new file mode 100644 index 0000000..3d8207f Binary files /dev/null and b/Visual Novel/GuiManager/icons/tab.png differ diff --git a/Visual Novel/GuiManager/icons/tab_add.png b/Visual Novel/GuiManager/icons/tab_add.png new file mode 100644 index 0000000..d3b9936 Binary files /dev/null and b/Visual Novel/GuiManager/icons/tab_add.png differ diff --git a/Visual Novel/GuiManager/icons/tab_delete.png b/Visual Novel/GuiManager/icons/tab_delete.png new file mode 100644 index 0000000..100da2f Binary files /dev/null and b/Visual Novel/GuiManager/icons/tab_delete.png differ diff --git a/Visual Novel/GuiManager/icons/tab_edit.png b/Visual Novel/GuiManager/icons/tab_edit.png new file mode 100644 index 0000000..4c09c0f Binary files /dev/null and b/Visual Novel/GuiManager/icons/tab_edit.png differ diff --git a/Visual Novel/GuiManager/icons/tab_go.png b/Visual Novel/GuiManager/icons/tab_go.png new file mode 100644 index 0000000..844ce04 Binary files /dev/null and b/Visual Novel/GuiManager/icons/tab_go.png differ diff --git a/Visual Novel/GuiManager/icons/table.png b/Visual Novel/GuiManager/icons/table.png new file mode 100644 index 0000000..abcd936 Binary files /dev/null and b/Visual Novel/GuiManager/icons/table.png differ diff --git a/Visual Novel/GuiManager/icons/table_add.png b/Visual Novel/GuiManager/icons/table_add.png new file mode 100644 index 0000000..2a3e5c4 Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_add.png differ diff --git a/Visual Novel/GuiManager/icons/table_delete.png b/Visual Novel/GuiManager/icons/table_delete.png new file mode 100644 index 0000000..b85916d Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_delete.png differ diff --git a/Visual Novel/GuiManager/icons/table_edit.png b/Visual Novel/GuiManager/icons/table_edit.png new file mode 100644 index 0000000..bfcb024 Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_edit.png differ diff --git a/Visual Novel/GuiManager/icons/table_error.png b/Visual Novel/GuiManager/icons/table_error.png new file mode 100644 index 0000000..589e92b Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_error.png differ diff --git a/Visual Novel/GuiManager/icons/table_gear.png b/Visual Novel/GuiManager/icons/table_gear.png new file mode 100644 index 0000000..cfc2702 Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_gear.png differ diff --git a/Visual Novel/GuiManager/icons/table_go.png b/Visual Novel/GuiManager/icons/table_go.png new file mode 100644 index 0000000..0528dfa Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_go.png differ diff --git a/Visual Novel/GuiManager/icons/table_key.png b/Visual Novel/GuiManager/icons/table_key.png new file mode 100644 index 0000000..34e23e2 Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_key.png differ diff --git a/Visual Novel/GuiManager/icons/table_lightning.png b/Visual Novel/GuiManager/icons/table_lightning.png new file mode 100644 index 0000000..612612b Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_lightning.png differ diff --git a/Visual Novel/GuiManager/icons/table_link.png b/Visual Novel/GuiManager/icons/table_link.png new file mode 100644 index 0000000..decac8a Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_link.png differ diff --git a/Visual Novel/GuiManager/icons/table_multiple.png b/Visual Novel/GuiManager/icons/table_multiple.png new file mode 100644 index 0000000..d76448e Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_multiple.png differ diff --git a/Visual Novel/GuiManager/icons/table_refresh.png b/Visual Novel/GuiManager/icons/table_refresh.png new file mode 100644 index 0000000..ab92010 Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_refresh.png differ diff --git a/Visual Novel/GuiManager/icons/table_relationship.png b/Visual Novel/GuiManager/icons/table_relationship.png new file mode 100644 index 0000000..28b8505 Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_relationship.png differ diff --git a/Visual Novel/GuiManager/icons/table_row_delete.png b/Visual Novel/GuiManager/icons/table_row_delete.png new file mode 100644 index 0000000..54c6969 Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_row_delete.png differ diff --git a/Visual Novel/GuiManager/icons/table_row_insert.png b/Visual Novel/GuiManager/icons/table_row_insert.png new file mode 100644 index 0000000..ff5925e Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_row_insert.png differ diff --git a/Visual Novel/GuiManager/icons/table_save.png b/Visual Novel/GuiManager/icons/table_save.png new file mode 100644 index 0000000..25b74d1 Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_save.png differ diff --git a/Visual Novel/GuiManager/icons/table_sort.png b/Visual Novel/GuiManager/icons/table_sort.png new file mode 100644 index 0000000..ed6785a Binary files /dev/null and b/Visual Novel/GuiManager/icons/table_sort.png differ diff --git a/Visual Novel/GuiManager/icons/tag.png b/Visual Novel/GuiManager/icons/tag.png new file mode 100644 index 0000000..e093032 Binary files /dev/null and b/Visual Novel/GuiManager/icons/tag.png differ diff --git a/Visual Novel/GuiManager/icons/tag_blue.png b/Visual Novel/GuiManager/icons/tag_blue.png new file mode 100644 index 0000000..9757fc6 Binary files /dev/null and b/Visual Novel/GuiManager/icons/tag_blue.png differ diff --git a/Visual Novel/GuiManager/icons/tag_blue_add.png b/Visual Novel/GuiManager/icons/tag_blue_add.png new file mode 100644 index 0000000..f135248 Binary files /dev/null and b/Visual Novel/GuiManager/icons/tag_blue_add.png differ diff --git a/Visual Novel/GuiManager/icons/tag_blue_delete.png b/Visual Novel/GuiManager/icons/tag_blue_delete.png new file mode 100644 index 0000000..9fbae67 Binary files /dev/null and b/Visual Novel/GuiManager/icons/tag_blue_delete.png differ diff --git a/Visual Novel/GuiManager/icons/tag_blue_edit.png b/Visual Novel/GuiManager/icons/tag_blue_edit.png new file mode 100644 index 0000000..2a9f626 Binary files /dev/null and b/Visual Novel/GuiManager/icons/tag_blue_edit.png differ diff --git a/Visual Novel/GuiManager/icons/tag_green.png b/Visual Novel/GuiManager/icons/tag_green.png new file mode 100644 index 0000000..83ec984 Binary files /dev/null and b/Visual Novel/GuiManager/icons/tag_green.png differ diff --git a/Visual Novel/GuiManager/icons/tag_orange.png b/Visual Novel/GuiManager/icons/tag_orange.png new file mode 100644 index 0000000..454a59f Binary files /dev/null and b/Visual Novel/GuiManager/icons/tag_orange.png differ diff --git a/Visual Novel/GuiManager/icons/tag_pink.png b/Visual Novel/GuiManager/icons/tag_pink.png new file mode 100644 index 0000000..76e2296 Binary files /dev/null and b/Visual Novel/GuiManager/icons/tag_pink.png differ diff --git a/Visual Novel/GuiManager/icons/tag_purple.png b/Visual Novel/GuiManager/icons/tag_purple.png new file mode 100644 index 0000000..ebaf0e8 Binary files /dev/null and b/Visual Novel/GuiManager/icons/tag_purple.png differ diff --git a/Visual Novel/GuiManager/icons/tag_red.png b/Visual Novel/GuiManager/icons/tag_red.png new file mode 100644 index 0000000..6ebb37d Binary files /dev/null and b/Visual Novel/GuiManager/icons/tag_red.png differ diff --git a/Visual Novel/GuiManager/icons/tag_yellow.png b/Visual Novel/GuiManager/icons/tag_yellow.png new file mode 100644 index 0000000..83d1292 Binary files /dev/null and b/Visual Novel/GuiManager/icons/tag_yellow.png differ diff --git a/Visual Novel/GuiManager/icons/telephone.png b/Visual Novel/GuiManager/icons/telephone.png new file mode 100644 index 0000000..cecc436 Binary files /dev/null and b/Visual Novel/GuiManager/icons/telephone.png differ diff --git a/Visual Novel/GuiManager/icons/telephone_add.png b/Visual Novel/GuiManager/icons/telephone_add.png new file mode 100644 index 0000000..5591cfc Binary files /dev/null and b/Visual Novel/GuiManager/icons/telephone_add.png differ diff --git a/Visual Novel/GuiManager/icons/telephone_delete.png b/Visual Novel/GuiManager/icons/telephone_delete.png new file mode 100644 index 0000000..0013268 Binary files /dev/null and b/Visual Novel/GuiManager/icons/telephone_delete.png differ diff --git a/Visual Novel/GuiManager/icons/telephone_edit.png b/Visual Novel/GuiManager/icons/telephone_edit.png new file mode 100644 index 0000000..bcf6d7e Binary files /dev/null and b/Visual Novel/GuiManager/icons/telephone_edit.png differ diff --git a/Visual Novel/GuiManager/icons/telephone_error.png b/Visual Novel/GuiManager/icons/telephone_error.png new file mode 100644 index 0000000..d3ec3a1 Binary files /dev/null and b/Visual Novel/GuiManager/icons/telephone_error.png differ diff --git a/Visual Novel/GuiManager/icons/telephone_go.png b/Visual Novel/GuiManager/icons/telephone_go.png new file mode 100644 index 0000000..395c8fb Binary files /dev/null and b/Visual Novel/GuiManager/icons/telephone_go.png differ diff --git a/Visual Novel/GuiManager/icons/telephone_key.png b/Visual Novel/GuiManager/icons/telephone_key.png new file mode 100644 index 0000000..cef5dec Binary files /dev/null and b/Visual Novel/GuiManager/icons/telephone_key.png differ diff --git a/Visual Novel/GuiManager/icons/telephone_link.png b/Visual Novel/GuiManager/icons/telephone_link.png new file mode 100644 index 0000000..ef1ee5d Binary files /dev/null and b/Visual Novel/GuiManager/icons/telephone_link.png differ diff --git a/Visual Novel/GuiManager/icons/television.png b/Visual Novel/GuiManager/icons/television.png new file mode 100644 index 0000000..1738a4f Binary files /dev/null and b/Visual Novel/GuiManager/icons/television.png differ diff --git a/Visual Novel/GuiManager/icons/television_add.png b/Visual Novel/GuiManager/icons/television_add.png new file mode 100644 index 0000000..2baaad9 Binary files /dev/null and b/Visual Novel/GuiManager/icons/television_add.png differ diff --git a/Visual Novel/GuiManager/icons/television_delete.png b/Visual Novel/GuiManager/icons/television_delete.png new file mode 100644 index 0000000..b9a5860 Binary files /dev/null and b/Visual Novel/GuiManager/icons/television_delete.png differ diff --git a/Visual Novel/GuiManager/icons/text_align_center.png b/Visual Novel/GuiManager/icons/text_align_center.png new file mode 100644 index 0000000..57beb38 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_align_center.png differ diff --git a/Visual Novel/GuiManager/icons/text_align_justify.png b/Visual Novel/GuiManager/icons/text_align_justify.png new file mode 100644 index 0000000..2fbdd69 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_align_justify.png differ diff --git a/Visual Novel/GuiManager/icons/text_align_left.png b/Visual Novel/GuiManager/icons/text_align_left.png new file mode 100644 index 0000000..6c8fcc1 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_align_left.png differ diff --git a/Visual Novel/GuiManager/icons/text_align_right.png b/Visual Novel/GuiManager/icons/text_align_right.png new file mode 100644 index 0000000..a150257 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_align_right.png differ diff --git a/Visual Novel/GuiManager/icons/text_allcaps.png b/Visual Novel/GuiManager/icons/text_allcaps.png new file mode 100644 index 0000000..280fd44 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_allcaps.png differ diff --git a/Visual Novel/GuiManager/icons/text_bold.png b/Visual Novel/GuiManager/icons/text_bold.png new file mode 100644 index 0000000..889ae80 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_bold.png differ diff --git a/Visual Novel/GuiManager/icons/text_columns.png b/Visual Novel/GuiManager/icons/text_columns.png new file mode 100644 index 0000000..97b2e03 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_columns.png differ diff --git a/Visual Novel/GuiManager/icons/text_dropcaps.png b/Visual Novel/GuiManager/icons/text_dropcaps.png new file mode 100644 index 0000000..dd65786 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_dropcaps.png differ diff --git a/Visual Novel/GuiManager/icons/text_heading_1.png b/Visual Novel/GuiManager/icons/text_heading_1.png new file mode 100644 index 0000000..9c122e9 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_heading_1.png differ diff --git a/Visual Novel/GuiManager/icons/text_heading_2.png b/Visual Novel/GuiManager/icons/text_heading_2.png new file mode 100644 index 0000000..fbd8765 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_heading_2.png differ diff --git a/Visual Novel/GuiManager/icons/text_heading_3.png b/Visual Novel/GuiManager/icons/text_heading_3.png new file mode 100644 index 0000000..c7836cf Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_heading_3.png differ diff --git a/Visual Novel/GuiManager/icons/text_heading_4.png b/Visual Novel/GuiManager/icons/text_heading_4.png new file mode 100644 index 0000000..4e929ea Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_heading_4.png differ diff --git a/Visual Novel/GuiManager/icons/text_heading_5.png b/Visual Novel/GuiManager/icons/text_heading_5.png new file mode 100644 index 0000000..30cabeb Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_heading_5.png differ diff --git a/Visual Novel/GuiManager/icons/text_heading_6.png b/Visual Novel/GuiManager/icons/text_heading_6.png new file mode 100644 index 0000000..058170a Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_heading_6.png differ diff --git a/Visual Novel/GuiManager/icons/text_horizontalrule.png b/Visual Novel/GuiManager/icons/text_horizontalrule.png new file mode 100644 index 0000000..8dd1da1 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_horizontalrule.png differ diff --git a/Visual Novel/GuiManager/icons/text_indent.png b/Visual Novel/GuiManager/icons/text_indent.png new file mode 100644 index 0000000..9364532 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_indent.png differ diff --git a/Visual Novel/GuiManager/icons/text_indent_remove.png b/Visual Novel/GuiManager/icons/text_indent_remove.png new file mode 100644 index 0000000..1651b07 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_indent_remove.png differ diff --git a/Visual Novel/GuiManager/icons/text_italic.png b/Visual Novel/GuiManager/icons/text_italic.png new file mode 100644 index 0000000..8482ac8 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_italic.png differ diff --git a/Visual Novel/GuiManager/icons/text_kerning.png b/Visual Novel/GuiManager/icons/text_kerning.png new file mode 100644 index 0000000..377def6 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_kerning.png differ diff --git a/Visual Novel/GuiManager/icons/text_letter_omega.png b/Visual Novel/GuiManager/icons/text_letter_omega.png new file mode 100644 index 0000000..5075ec6 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_letter_omega.png differ diff --git a/Visual Novel/GuiManager/icons/text_letterspacing.png b/Visual Novel/GuiManager/icons/text_letterspacing.png new file mode 100644 index 0000000..41390f5 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_letterspacing.png differ diff --git a/Visual Novel/GuiManager/icons/text_linespacing.png b/Visual Novel/GuiManager/icons/text_linespacing.png new file mode 100644 index 0000000..1a91cbd Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_linespacing.png differ diff --git a/Visual Novel/GuiManager/icons/text_list_bullets.png b/Visual Novel/GuiManager/icons/text_list_bullets.png new file mode 100644 index 0000000..4a8672b Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_list_bullets.png differ diff --git a/Visual Novel/GuiManager/icons/text_list_numbers.png b/Visual Novel/GuiManager/icons/text_list_numbers.png new file mode 100644 index 0000000..33b0b8d Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_list_numbers.png differ diff --git a/Visual Novel/GuiManager/icons/text_lowercase.png b/Visual Novel/GuiManager/icons/text_lowercase.png new file mode 100644 index 0000000..382a102 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_lowercase.png differ diff --git a/Visual Novel/GuiManager/icons/text_padding_bottom.png b/Visual Novel/GuiManager/icons/text_padding_bottom.png new file mode 100644 index 0000000..4880c43 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_padding_bottom.png differ diff --git a/Visual Novel/GuiManager/icons/text_padding_left.png b/Visual Novel/GuiManager/icons/text_padding_left.png new file mode 100644 index 0000000..b55482e Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_padding_left.png differ diff --git a/Visual Novel/GuiManager/icons/text_padding_right.png b/Visual Novel/GuiManager/icons/text_padding_right.png new file mode 100644 index 0000000..106edae Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_padding_right.png differ diff --git a/Visual Novel/GuiManager/icons/text_padding_top.png b/Visual Novel/GuiManager/icons/text_padding_top.png new file mode 100644 index 0000000..c5c45b2 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_padding_top.png differ diff --git a/Visual Novel/GuiManager/icons/text_replace.png b/Visual Novel/GuiManager/icons/text_replace.png new file mode 100644 index 0000000..877f82f Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_replace.png differ diff --git a/Visual Novel/GuiManager/icons/text_signature.png b/Visual Novel/GuiManager/icons/text_signature.png new file mode 100644 index 0000000..c72fd80 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_signature.png differ diff --git a/Visual Novel/GuiManager/icons/text_smallcaps.png b/Visual Novel/GuiManager/icons/text_smallcaps.png new file mode 100644 index 0000000..5b98a6e Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_smallcaps.png differ diff --git a/Visual Novel/GuiManager/icons/text_strikethrough.png b/Visual Novel/GuiManager/icons/text_strikethrough.png new file mode 100644 index 0000000..612058a Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_strikethrough.png differ diff --git a/Visual Novel/GuiManager/icons/text_subscript.png b/Visual Novel/GuiManager/icons/text_subscript.png new file mode 100644 index 0000000..1a2b010 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_subscript.png differ diff --git a/Visual Novel/GuiManager/icons/text_superscript.png b/Visual Novel/GuiManager/icons/text_superscript.png new file mode 100644 index 0000000..2fb2a7c Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_superscript.png differ diff --git a/Visual Novel/GuiManager/icons/text_underline.png b/Visual Novel/GuiManager/icons/text_underline.png new file mode 100644 index 0000000..90d0df2 Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_underline.png differ diff --git a/Visual Novel/GuiManager/icons/text_uppercase.png b/Visual Novel/GuiManager/icons/text_uppercase.png new file mode 100644 index 0000000..8dcc2db Binary files /dev/null and b/Visual Novel/GuiManager/icons/text_uppercase.png differ diff --git a/Visual Novel/GuiManager/icons/textfield.png b/Visual Novel/GuiManager/icons/textfield.png new file mode 100644 index 0000000..d37e730 Binary files /dev/null and b/Visual Novel/GuiManager/icons/textfield.png differ diff --git a/Visual Novel/GuiManager/icons/textfield_add.png b/Visual Novel/GuiManager/icons/textfield_add.png new file mode 100644 index 0000000..204de72 Binary files /dev/null and b/Visual Novel/GuiManager/icons/textfield_add.png differ diff --git a/Visual Novel/GuiManager/icons/textfield_delete.png b/Visual Novel/GuiManager/icons/textfield_delete.png new file mode 100644 index 0000000..c7bd58b Binary files /dev/null and b/Visual Novel/GuiManager/icons/textfield_delete.png differ diff --git a/Visual Novel/GuiManager/icons/textfield_key.png b/Visual Novel/GuiManager/icons/textfield_key.png new file mode 100644 index 0000000..a9d5e4f Binary files /dev/null and b/Visual Novel/GuiManager/icons/textfield_key.png differ diff --git a/Visual Novel/GuiManager/icons/textfield_rename.png b/Visual Novel/GuiManager/icons/textfield_rename.png new file mode 100644 index 0000000..4e3688e Binary files /dev/null and b/Visual Novel/GuiManager/icons/textfield_rename.png differ diff --git a/Visual Novel/GuiManager/icons/thumb_down.png b/Visual Novel/GuiManager/icons/thumb_down.png new file mode 100644 index 0000000..3c832d4 Binary files /dev/null and b/Visual Novel/GuiManager/icons/thumb_down.png differ diff --git a/Visual Novel/GuiManager/icons/thumb_up.png b/Visual Novel/GuiManager/icons/thumb_up.png new file mode 100644 index 0000000..2bd16cc Binary files /dev/null and b/Visual Novel/GuiManager/icons/thumb_up.png differ diff --git a/Visual Novel/GuiManager/icons/tick.png b/Visual Novel/GuiManager/icons/tick.png new file mode 100644 index 0000000..a9925a0 Binary files /dev/null and b/Visual Novel/GuiManager/icons/tick.png differ diff --git a/Visual Novel/GuiManager/icons/time.png b/Visual Novel/GuiManager/icons/time.png new file mode 100644 index 0000000..911da3f Binary files /dev/null and b/Visual Novel/GuiManager/icons/time.png differ diff --git a/Visual Novel/GuiManager/icons/time_add.png b/Visual Novel/GuiManager/icons/time_add.png new file mode 100644 index 0000000..dcc45cb Binary files /dev/null and b/Visual Novel/GuiManager/icons/time_add.png differ diff --git a/Visual Novel/GuiManager/icons/time_delete.png b/Visual Novel/GuiManager/icons/time_delete.png new file mode 100644 index 0000000..5bf8313 Binary files /dev/null and b/Visual Novel/GuiManager/icons/time_delete.png differ diff --git a/Visual Novel/GuiManager/icons/time_go.png b/Visual Novel/GuiManager/icons/time_go.png new file mode 100644 index 0000000..d451ee0 Binary files /dev/null and b/Visual Novel/GuiManager/icons/time_go.png differ diff --git a/Visual Novel/GuiManager/icons/timeline_marker.png b/Visual Novel/GuiManager/icons/timeline_marker.png new file mode 100644 index 0000000..a3fbddf Binary files /dev/null and b/Visual Novel/GuiManager/icons/timeline_marker.png differ diff --git a/Visual Novel/GuiManager/icons/transmit.png b/Visual Novel/GuiManager/icons/transmit.png new file mode 100644 index 0000000..f54bf73 Binary files /dev/null and b/Visual Novel/GuiManager/icons/transmit.png differ diff --git a/Visual Novel/GuiManager/icons/transmit_add.png b/Visual Novel/GuiManager/icons/transmit_add.png new file mode 100644 index 0000000..b7fd4e6 Binary files /dev/null and b/Visual Novel/GuiManager/icons/transmit_add.png differ diff --git a/Visual Novel/GuiManager/icons/transmit_blue.png b/Visual Novel/GuiManager/icons/transmit_blue.png new file mode 100644 index 0000000..7b1142f Binary files /dev/null and b/Visual Novel/GuiManager/icons/transmit_blue.png differ diff --git a/Visual Novel/GuiManager/icons/transmit_delete.png b/Visual Novel/GuiManager/icons/transmit_delete.png new file mode 100644 index 0000000..3d72be2 Binary files /dev/null and b/Visual Novel/GuiManager/icons/transmit_delete.png differ diff --git a/Visual Novel/GuiManager/icons/transmit_edit.png b/Visual Novel/GuiManager/icons/transmit_edit.png new file mode 100644 index 0000000..eb9a3dd Binary files /dev/null and b/Visual Novel/GuiManager/icons/transmit_edit.png differ diff --git a/Visual Novel/GuiManager/icons/transmit_error.png b/Visual Novel/GuiManager/icons/transmit_error.png new file mode 100644 index 0000000..fd1d449 Binary files /dev/null and b/Visual Novel/GuiManager/icons/transmit_error.png differ diff --git a/Visual Novel/GuiManager/icons/transmit_go.png b/Visual Novel/GuiManager/icons/transmit_go.png new file mode 100644 index 0000000..10137e5 Binary files /dev/null and b/Visual Novel/GuiManager/icons/transmit_go.png differ diff --git a/Visual Novel/GuiManager/icons/tux.png b/Visual Novel/GuiManager/icons/tux.png new file mode 100644 index 0000000..bbefe2e Binary files /dev/null and b/Visual Novel/GuiManager/icons/tux.png differ diff --git a/Visual Novel/GuiManager/icons/user.png b/Visual Novel/GuiManager/icons/user.png new file mode 100644 index 0000000..79f35cc Binary files /dev/null and b/Visual Novel/GuiManager/icons/user.png differ diff --git a/Visual Novel/GuiManager/icons/user_add.png b/Visual Novel/GuiManager/icons/user_add.png new file mode 100644 index 0000000..deae99b Binary files /dev/null and b/Visual Novel/GuiManager/icons/user_add.png differ diff --git a/Visual Novel/GuiManager/icons/user_comment.png b/Visual Novel/GuiManager/icons/user_comment.png new file mode 100644 index 0000000..e54ebeb Binary files /dev/null and b/Visual Novel/GuiManager/icons/user_comment.png differ diff --git a/Visual Novel/GuiManager/icons/user_delete.png b/Visual Novel/GuiManager/icons/user_delete.png new file mode 100644 index 0000000..acbb563 Binary files /dev/null and b/Visual Novel/GuiManager/icons/user_delete.png differ diff --git a/Visual Novel/GuiManager/icons/user_edit.png b/Visual Novel/GuiManager/icons/user_edit.png new file mode 100644 index 0000000..c1974cd Binary files /dev/null and b/Visual Novel/GuiManager/icons/user_edit.png differ diff --git a/Visual Novel/GuiManager/icons/user_female.png b/Visual Novel/GuiManager/icons/user_female.png new file mode 100644 index 0000000..7c71de0 Binary files /dev/null and b/Visual Novel/GuiManager/icons/user_female.png differ diff --git a/Visual Novel/GuiManager/icons/user_go.png b/Visual Novel/GuiManager/icons/user_go.png new file mode 100644 index 0000000..0468cf0 Binary files /dev/null and b/Visual Novel/GuiManager/icons/user_go.png differ diff --git a/Visual Novel/GuiManager/icons/user_gray.png b/Visual Novel/GuiManager/icons/user_gray.png new file mode 100644 index 0000000..8fd539e Binary files /dev/null and b/Visual Novel/GuiManager/icons/user_gray.png differ diff --git a/Visual Novel/GuiManager/icons/user_green.png b/Visual Novel/GuiManager/icons/user_green.png new file mode 100644 index 0000000..30383c2 Binary files /dev/null and b/Visual Novel/GuiManager/icons/user_green.png differ diff --git a/Visual Novel/GuiManager/icons/user_orange.png b/Visual Novel/GuiManager/icons/user_orange.png new file mode 100644 index 0000000..b818127 Binary files /dev/null and b/Visual Novel/GuiManager/icons/user_orange.png differ diff --git a/Visual Novel/GuiManager/icons/user_red.png b/Visual Novel/GuiManager/icons/user_red.png new file mode 100644 index 0000000..c6f66e8 Binary files /dev/null and b/Visual Novel/GuiManager/icons/user_red.png differ diff --git a/Visual Novel/GuiManager/icons/user_suit.png b/Visual Novel/GuiManager/icons/user_suit.png new file mode 100644 index 0000000..b3454e1 Binary files /dev/null and b/Visual Novel/GuiManager/icons/user_suit.png differ diff --git a/Visual Novel/GuiManager/icons/vcard.png b/Visual Novel/GuiManager/icons/vcard.png new file mode 100644 index 0000000..c02f315 Binary files /dev/null and b/Visual Novel/GuiManager/icons/vcard.png differ diff --git a/Visual Novel/GuiManager/icons/vcard_add.png b/Visual Novel/GuiManager/icons/vcard_add.png new file mode 100644 index 0000000..2a68453 Binary files /dev/null and b/Visual Novel/GuiManager/icons/vcard_add.png differ diff --git a/Visual Novel/GuiManager/icons/vcard_delete.png b/Visual Novel/GuiManager/icons/vcard_delete.png new file mode 100644 index 0000000..b194b97 Binary files /dev/null and b/Visual Novel/GuiManager/icons/vcard_delete.png differ diff --git a/Visual Novel/GuiManager/icons/vcard_edit.png b/Visual Novel/GuiManager/icons/vcard_edit.png new file mode 100644 index 0000000..ab0f6e7 Binary files /dev/null and b/Visual Novel/GuiManager/icons/vcard_edit.png differ diff --git a/Visual Novel/GuiManager/icons/vector.png b/Visual Novel/GuiManager/icons/vector.png new file mode 100644 index 0000000..a1291c2 Binary files /dev/null and b/Visual Novel/GuiManager/icons/vector.png differ diff --git a/Visual Novel/GuiManager/icons/vector_add.png b/Visual Novel/GuiManager/icons/vector_add.png new file mode 100644 index 0000000..988770f Binary files /dev/null and b/Visual Novel/GuiManager/icons/vector_add.png differ diff --git a/Visual Novel/GuiManager/icons/vector_delete.png b/Visual Novel/GuiManager/icons/vector_delete.png new file mode 100644 index 0000000..ca139e0 Binary files /dev/null and b/Visual Novel/GuiManager/icons/vector_delete.png differ diff --git a/Visual Novel/GuiManager/icons/wand.png b/Visual Novel/GuiManager/icons/wand.png new file mode 100644 index 0000000..44ccbf8 Binary files /dev/null and b/Visual Novel/GuiManager/icons/wand.png differ diff --git a/Visual Novel/GuiManager/icons/weather_clouds.png b/Visual Novel/GuiManager/icons/weather_clouds.png new file mode 100644 index 0000000..3f73eaa Binary files /dev/null and b/Visual Novel/GuiManager/icons/weather_clouds.png differ diff --git a/Visual Novel/GuiManager/icons/weather_cloudy.png b/Visual Novel/GuiManager/icons/weather_cloudy.png new file mode 100644 index 0000000..5856e1d Binary files /dev/null and b/Visual Novel/GuiManager/icons/weather_cloudy.png differ diff --git a/Visual Novel/GuiManager/icons/weather_lightning.png b/Visual Novel/GuiManager/icons/weather_lightning.png new file mode 100644 index 0000000..1d42b36 Binary files /dev/null and b/Visual Novel/GuiManager/icons/weather_lightning.png differ diff --git a/Visual Novel/GuiManager/icons/weather_rain.png b/Visual Novel/GuiManager/icons/weather_rain.png new file mode 100644 index 0000000..cb3d54d Binary files /dev/null and b/Visual Novel/GuiManager/icons/weather_rain.png differ diff --git a/Visual Novel/GuiManager/icons/weather_snow.png b/Visual Novel/GuiManager/icons/weather_snow.png new file mode 100644 index 0000000..45bbdf1 Binary files /dev/null and b/Visual Novel/GuiManager/icons/weather_snow.png differ diff --git a/Visual Novel/GuiManager/icons/weather_sun.png b/Visual Novel/GuiManager/icons/weather_sun.png new file mode 100644 index 0000000..0156c26 Binary files /dev/null and b/Visual Novel/GuiManager/icons/weather_sun.png differ diff --git a/Visual Novel/GuiManager/icons/webcam.png b/Visual Novel/GuiManager/icons/webcam.png new file mode 100644 index 0000000..af71c30 Binary files /dev/null and b/Visual Novel/GuiManager/icons/webcam.png differ diff --git a/Visual Novel/GuiManager/icons/webcam_add.png b/Visual Novel/GuiManager/icons/webcam_add.png new file mode 100644 index 0000000..f02fcfa Binary files /dev/null and b/Visual Novel/GuiManager/icons/webcam_add.png differ diff --git a/Visual Novel/GuiManager/icons/webcam_delete.png b/Visual Novel/GuiManager/icons/webcam_delete.png new file mode 100644 index 0000000..bd6277f Binary files /dev/null and b/Visual Novel/GuiManager/icons/webcam_delete.png differ diff --git a/Visual Novel/GuiManager/icons/webcam_error.png b/Visual Novel/GuiManager/icons/webcam_error.png new file mode 100644 index 0000000..2faa706 Binary files /dev/null and b/Visual Novel/GuiManager/icons/webcam_error.png differ diff --git a/Visual Novel/GuiManager/icons/world.png b/Visual Novel/GuiManager/icons/world.png new file mode 100644 index 0000000..68f21d3 Binary files /dev/null and b/Visual Novel/GuiManager/icons/world.png differ diff --git a/Visual Novel/GuiManager/icons/world_add.png b/Visual Novel/GuiManager/icons/world_add.png new file mode 100644 index 0000000..6d0d7f7 Binary files /dev/null and b/Visual Novel/GuiManager/icons/world_add.png differ diff --git a/Visual Novel/GuiManager/icons/world_delete.png b/Visual Novel/GuiManager/icons/world_delete.png new file mode 100644 index 0000000..ffcd115 Binary files /dev/null and b/Visual Novel/GuiManager/icons/world_delete.png differ diff --git a/Visual Novel/GuiManager/icons/world_edit.png b/Visual Novel/GuiManager/icons/world_edit.png new file mode 100644 index 0000000..00794d4 Binary files /dev/null and b/Visual Novel/GuiManager/icons/world_edit.png differ diff --git a/Visual Novel/GuiManager/icons/world_go.png b/Visual Novel/GuiManager/icons/world_go.png new file mode 100644 index 0000000..aee9c97 Binary files /dev/null and b/Visual Novel/GuiManager/icons/world_go.png differ diff --git a/Visual Novel/GuiManager/icons/world_link.png b/Visual Novel/GuiManager/icons/world_link.png new file mode 100644 index 0000000..b8edc12 Binary files /dev/null and b/Visual Novel/GuiManager/icons/world_link.png differ diff --git a/Visual Novel/GuiManager/icons/wrench.png b/Visual Novel/GuiManager/icons/wrench.png new file mode 100644 index 0000000..5c8213f Binary files /dev/null and b/Visual Novel/GuiManager/icons/wrench.png differ diff --git a/Visual Novel/GuiManager/icons/wrench_orange.png b/Visual Novel/GuiManager/icons/wrench_orange.png new file mode 100644 index 0000000..565a933 Binary files /dev/null and b/Visual Novel/GuiManager/icons/wrench_orange.png differ diff --git a/Visual Novel/GuiManager/icons/xhtml.png b/Visual Novel/GuiManager/icons/xhtml.png new file mode 100644 index 0000000..da5dbf2 Binary files /dev/null and b/Visual Novel/GuiManager/icons/xhtml.png differ diff --git a/Visual Novel/GuiManager/icons/xhtml_add.png b/Visual Novel/GuiManager/icons/xhtml_add.png new file mode 100644 index 0000000..bbaf784 Binary files /dev/null and b/Visual Novel/GuiManager/icons/xhtml_add.png differ diff --git a/Visual Novel/GuiManager/icons/xhtml_delete.png b/Visual Novel/GuiManager/icons/xhtml_delete.png new file mode 100644 index 0000000..157b520 Binary files /dev/null and b/Visual Novel/GuiManager/icons/xhtml_delete.png differ diff --git a/Visual Novel/GuiManager/icons/xhtml_go.png b/Visual Novel/GuiManager/icons/xhtml_go.png new file mode 100644 index 0000000..43cf814 Binary files /dev/null and b/Visual Novel/GuiManager/icons/xhtml_go.png differ diff --git a/Visual Novel/GuiManager/icons/xhtml_valid.png b/Visual Novel/GuiManager/icons/xhtml_valid.png new file mode 100644 index 0000000..d2e1cfb Binary files /dev/null and b/Visual Novel/GuiManager/icons/xhtml_valid.png differ diff --git a/Visual Novel/GuiManager/icons/zoom.png b/Visual Novel/GuiManager/icons/zoom.png new file mode 100644 index 0000000..908612e Binary files /dev/null and b/Visual Novel/GuiManager/icons/zoom.png differ diff --git a/Visual Novel/GuiManager/icons/zoom_in.png b/Visual Novel/GuiManager/icons/zoom_in.png new file mode 100644 index 0000000..cdf0a52 Binary files /dev/null and b/Visual Novel/GuiManager/icons/zoom_in.png differ diff --git a/Visual Novel/GuiManager/icons/zoom_out.png b/Visual Novel/GuiManager/icons/zoom_out.png new file mode 100644 index 0000000..07bf98a Binary files /dev/null and b/Visual Novel/GuiManager/icons/zoom_out.png differ diff --git a/Visual Novel/Interface/colorpicker.int b/Visual Novel/Interface/colorpicker.int new file mode 100644 index 0000000..2c58170 --- /dev/null +++ b/Visual Novel/Interface/colorpicker.int @@ -0,0 +1,5 @@ +function gui:newColorPicker(x,y,w) + local c=self:newFrame("ColorPicker",x,y,w,w) + c.wheel=c:newImageLabel("Resources/wheel.png","Wheel",0,0,w,w) + return c +end \ No newline at end of file diff --git a/Visual Novel/Interface/console.int b/Visual Novel/Interface/console.int new file mode 100644 index 0000000..b05bba4 --- /dev/null +++ b/Visual Novel/Interface/console.int @@ -0,0 +1,40 @@ +function gui:newConsole(x,y,w,h) + local c=self:newTextLabel("Console","Console",x,y,w,20,sx,sy,sw) + c.dragbut="l" + c.Draggable=true + c.Tween=-3 + c.BG=c:newTextLabel("","",0,20,0,h,0,0,1,1) + c.BG.ClipDescendants=true + c.output=c.BG:newTextLabel("","",0,0,0,0,0,0,1,1) + c.output.Visibility=0 + c.scroll=c.BG:newScrollBar() + c.scroll.output=c.output + c.output.Tween=-3 + c.output.TextColor=Color.sexy_purple + c.input=c:newTextBox("> ","> ",0,h+20,-20,20,0,0,1) + c.input.Tween=-3 + c.input.TextFormat="left" + c.output.TextFormat="left" + c.output.count=0 + c:ApplyGradient({Color.Red,Color.Darken(Color.Red,.25)}) + c.BG:ApplyGradient({Color.Black,Color.Lighten(Color.Black,.15)}) + c.input:ApplyGradient({Color.Gray,Color.Darken(Color.Gray,.25)}) + c.scroll:OnScroll(function(self,pos) + self.output:SetDualDim(0,0,0,0,0,-((pos/(h*8))*self.output.count)) + end) + c.input:OnEnter(function(self,text) + self.Parent.output.text=self.Parent.output.text..text.."\n" + self.text="> " + self.Parent.output.count=self.Parent.output.count+1 + end) + c.input:OnFocus(function(self) + self.text="> " + end) + function c:showConsole() + self.Parent.Visible=true + end + function c:hideConsole() + self.Parent.Visible=false + end + return c +end diff --git a/Visual Novel/Interface/header.int b/Visual Novel/Interface/header.int new file mode 100644 index 0000000..f571773 --- /dev/null +++ b/Visual Novel/Interface/header.int @@ -0,0 +1,128 @@ +function gui:newHeader() + local header=self:newFrame(0,0,0,20,0,0,1) + header:ApplyGradient({Color.new(70,70,70),Color.Darken(Color.new(70,70,70),.25),trans=200}) + header.last={x=0,width=0} + function header:newTab(name) + local font=love.graphics.getFont() + local tab=self:newTextLabel(name,self.last.x+self.last.width,0,font:getWidth(name)/2+10,20) + tab.TextColor = Color.new(200,200,200) + self.last=tab + tab.Visibility=0 + tab.Tween=4 + tab.XTween=-2 + tab.Color=Color.Gray + tab.largest={x=0,width=0} + tab.Options=tab:newFrame("Options",0,20) + tab.Options.Visible=false + tab.Options.Color=Color.new(90,90,90) + tab:OnEnter(function(self) + self.Visibility=.5 + local c = self.Parent.Children + local count = 0 + for i = 1,#c do + if c[i].Options then + if c[i].Options.Visible then + count = count + 1 + end + end + end + if count ~= 0 and self.Options.Visible == false then + for i = 1,#c do + c[i].Options.Visible = false + c[i].Visibility = 0 + end + self.Visibility=.5 + self.Options.Visible = true + end + end) + tab:OnExit(function(self) + self.Visibility=0 + end) + tab:OnReleased(function(b,self) + if b=="l" then + self.Options.Visible=true + -- header:addDominance() + end + end) + tab:OnReleasedOuter(function(self) + self.Options.Visible=false + -- header:removeDominance() + end) + function tab:newOption(name,func,HK,disp) + local opt=self.Options:newTextLabel(name,0,#self.Options:getChildren()*20,0,20,0,0,1) + if HK then + if type(HK)=="table" then + for i=1,#HK do + opt:addHotKey(HK[i],func) + end + if disp then + HK[1]=disp + end + name=name.."\t" + local temp=opt:newTextLabel(HK[1],-(font:getWidth(HK[1])/2+2),0,font:getWidth(HK[1])/2+2,20,1) + temp.Visibility=0 + temp.Tween=4 + temp.XTween=-4 + temp.Color = Color.new(50,50,50) + opt.text=name + else + opt:setHotKey(HK,func) + if disp then + HK=disp + end + name=name.."\t" + local temp=opt:newTextLabel(HK,-(font:getWidth(HK)/2+2),0,font:getWidth(HK)/2+2,20,1) + temp.Visibility=0 + temp.Tween=4 + temp.XTween=-4 + temp.Color = Color.new(50,50,50) + opt.text=name + end + end + opt.TextFormat="left" + opt.Visibility=0 + opt.Color=Color.new(50,50,50) + opt.Tween=4 + opt:OnEnter(function(self) + self.Visibility=.5 + end) + opt:OnExit(function(self) + self.Visibility=0 + end) + local font=love.graphics.getFont() + local c=self:getChildren() + if font:getWidth(name)+6>self.largest.width then + self.largest={width=font:getWidth(name)+6} + end + self.Options:SetDualDim(0,20,self.largest.width,#self.Options:getChildren()*20) + if func then + opt:OnReleased(function() + func(self.Options) + end) + end + return opt + end + return tab + end + function header:newIconBar() + local c + if self.iconbar then + c = self.iconbar:newFrame("Icons",0,0,0,30,0,1,1) + else + c = self:newFrame("Icons",0,0,0,30,0,1,1) + end + self.iconbar = c + function c:addIcon(path) + local i + if self.lasticon then + i = self.lasticon:newImageButton(path,"",10,0,16,16,1) + else + i = self:newImageButton(path,"",10,7,16,16) + end + self.lasticon = i + return i + end + return c + end + return header +end \ No newline at end of file diff --git a/Visual Novel/Interface/player.int b/Visual Novel/Interface/player.int new file mode 100644 index 0000000..91fa354 --- /dev/null +++ b/Visual Novel/Interface/player.int @@ -0,0 +1,20 @@ +function gui:newPlayer(source,x,y,w,h,sx,sy,sw,sh) + local c=self:newFrame("MediaPlayer",x,y,w,h,sx,sy,sw,sh) + c.visuals=c:newFrame(0,0,0,-20,0,0,1,1) + c.bar=c:newFrame(40,-20,-40,20,0,1,1) + c.bar:ApplyGradient{Color.blue,Color.Darken(Color.blue,.25)} + c.action=c:newTextButton("Play",0,-20,40,20,0,1) + c.action:ApplyGradient{Color.blue,Color.Darken(Color.blue,.25)} + c.action:OnReleased(function(b,self) + if self.text=="Play" then + self.Parent.Source:play() + self.text="Pause" + else + self.Parent.Source:pause() + self.text="Play" + end + end) + c.action.Tween=-3 + c.VPush=multi:newStep(0,1,1,10) + c.Source=audio:new(source) +end \ No newline at end of file diff --git a/Visual Novel/Interface/system.int b/Visual Novel/Interface/system.int new file mode 100644 index 0000000..5779ff9 --- /dev/null +++ b/Visual Novel/Interface/system.int @@ -0,0 +1,64 @@ +function gui:addTip(tip,n) + local link = self + local t=gui:newTextLabel(tip,"Tooltip") + t.allowOverlapping = true + self.allowOverlapping = true + t:SetDualDim(0,0,t.Font:getWidth(tip)+8,14) + t.Visible=false + t.XTween=-2 + t.Color=Color.tan + local alarm = multi:newAlarm(0) + alarm:Pause() + alarm.parent=self + t.time=n or 2 + alarm:OnRing(function(alarm) + if link:canPress() then + t:SetDualDim(love.mouse.getX()-2,love.mouse.getY()-2) + t.Visible=true + end + end) + self:OnEnter(function() + link.Visibility=.5 + alarm:Reset(t.time) + end) + self:OnExit(function() + alarm:Reset(t.time) + alarm:Pause() + link.Visibility = 0 + t.Visible = false + end) +end +local wincount = 0 +function gui:newWindow(name) + local win=self:newFrame(0+(wincount*25),0+(wincount*25),400,20) + wincount=wincount+1 + win:enableDragging(true) + win.dragbut="l" + if name then + local font=love.graphics.getFont() + win.title=win:newTextLabel(name,0,0,font:getWidth(name),20) + win.title.TextFormat="left" + win.title.Visibility=0 + win.title.XTween=3 + win.title.Tween=3 + end + win:ApplyGradient({Color.new(70,70,70),Color.Darken(Color.new(70,70,70),.25),trans=200}) + win.close=win:newImageButton("icons/cancel.png",-20,2,16,16,1) + local click = false + win:OnClicked(function(b,self) + if not click then + self:TopStack() + click = true + end + end) + win:OnReleased(function(b,self) + click = false + end) + win.close:OnReleased(function(b,self) + self.Parent:Destroy() + love.mouse.setCursor() + end) + win.holder=win:newFrame(0,0,0,280,0,1,1) + win.holder.Color = Color.new(25,25,25) + return win.holder,win +end \ No newline at end of file diff --git a/Visual Novel/VNCore/debug.lua b/Visual Novel/VNCore/debug.lua index 0b983db..490517f 100644 --- a/Visual Novel/VNCore/debug.lua +++ b/Visual Novel/VNCore/debug.lua @@ -12,9 +12,13 @@ vncore.getWorkspace().Active = false vncore.getWorkspace().Visibility = 1 -- debugF.Visible = false local taskmanager = debugF:newFrame("TaskManager",0,0,400,500,0,0) +taskmanager:enableDragging(true) taskmanager.scroll = taskmanager:newFrame("ScrollBwar",-20,30,20,-60,1,0,0,1) taskmanager.scroll.mover = taskmanager.scroll:newFrame("Mover",0,0,20,20) taskmanager.scroll.mover.Color = Color.Lighten(Color.Saddle_brown,.25) +taskmanager.Data = taskmanager:newTextLabel("","",0,30,-20,-60,0,0,1,1) +taskmanager.Data.TextFormat = "left" +taskmanager.Data.Color = Color.light_blue local lock = false taskmanager.scroll.mover:OnPressed(function(b,self) lock = true @@ -27,7 +31,6 @@ taskmanager.scroll:OnClicked(function(b,self,x,y) love.mouse.setX(self.x+10) end taskmanager.scroll.mover:SetDualDim(nil,y-10) - print(taskmanager.scroll.mover.offset.pos.y) if taskmanager.scroll.mover.offset.pos.y <= 0 then taskmanager.scroll.mover:SetDualDim(nil,0) elseif taskmanager.scroll.mover.offset.pos.y >= taskmanager.scroll.height-20 then @@ -81,8 +84,10 @@ multi:newThread("DebugHandler",function() return debugF.Visible -- If the debug frame is not in view dont bother process any debug info end) thread.sleep(.1) - taskmanagerDetails = multi:getTasksDetails("t") debugF:TopStack() + if taskmanager.Visible then + taskmanager.Data.text = multi:getTasksDetails() + end end end) return debug \ No newline at end of file diff --git a/Visual Novel/main.lua b/Visual Novel/main.lua index dc1b7ed..6acab55 100644 --- a/Visual Novel/main.lua +++ b/Visual Novel/main.lua @@ -4,8 +4,111 @@ local bin = require("bin") GLOBAL,sThread = require("multi.integration.loveManager").init() require("GuiManager") require("parseManager") -VNCore = require("VNCore").init(gui:newFullFrame("Main"), parseManager, multi) -debug = require("VNCore.debug") +--VNCore = require("VNCore").init(gui:newFullFrame("Main"), parseManager, multi) +--debug = require("VNCore.debug") +local TM_Count = 0 +function gui:newTabMenu(x,y,w,h,sx,sy,sw,sh) + TM_Count = TM_Count + 1 + local c = self:newFrame("TabMenu_"..TM_Count,x,y,w,h,sx,sy,sw,sh) + c.Id = TM_Count + c.tabs = {} + c.frames = {} + c.tabheight = 30 + function c:setTabHeight(n) + self.tabheight = n or 30 + end + function c:updateTabs() + local n = #self.tabs + for i = 1,#self.tabs do + self.tabs[i]:SetDualDim(0,0,0,self.tabheight,(i-1)/n,0,1/n) + multi.nextStep(function() + self.tabs[i]:fitFont() + end) + end + end + function c:addTab(name,c1,c2) + local bnt = self:newTextLabel(name,name,0,0,0,self.tabheight) + local frame = self:newFrame(name,0,self.tabheight,0,-self.tabheight,0,0,1,1) + bnt.Frame = frame + if c1 then + bnt.Color = c1 + frame.Color = c1 + end + if c2 then + frame.Color = c2 + end + table.insert(self.tabs,bnt) + table.insert(self.frames,frame) + self:updateTabs() + bnt:OnReleased(function(b,self) + for i = 1,#c.frames do + c.frames[i].Visible = false + end + self.Frame.Visible = true + end) + return frame,bnt + end + function c:removeTab(name) + + end + return c +end +local wincount = 0 +function gui:newWindow(name) + local win=self:newFrame(0+(wincount*25),0+(wincount*25),400,20) + wincount=wincount+1 + win:enableDragging(true) + win.dragbut="l" + if name then + local font=love.graphics.getFont() + win.title=win:newTextLabel(name,0,0,font:getWidth(name),20) + win.title.TextFormat="left" + win.title.Visibility=0 + win.title.XTween=3 + win.title.Tween=3 + end + win:ApplyGradient({Color.new(70,70,70),Color.Darken(Color.new(70,70,70),.25),trans=200}) + win.close=win:newImageButton("GuiManager/icons/cancel.png",-20,2,16,16,1) + local click = false + win:OnClicked(function(b,self) + if not click then + self:TopStack() + click = true + end + end) + win:OnReleased(function(b,self) + click = false + end) + win.close:OnReleased(function(b,self) + self.Parent:Destroy() + love.mouse.setCursor() + end) + win.holder=win:newFrame(0,0,0,280,0,1,1) + win.holder.Color = Color.new(25,25,25) + return win.holder,win +end +win = gui:newWindow("Taskmanager") +test = win:newTabMenu(0,0,400,500) +test:setTabHeight(30) +f,b = test:addTab("Tasks",Color.new(60,60,60), Color.new(80,80,80)) +f,b = test:addTab("Threads",Color.new(60,60,60), Color.new(80,80,80)) +f,b = test:addTab("SThreads",Color.new(60,60,60), Color.new(80,80,80)) +f,b = test:addTab("Details",Color.new(60,60,60), Color.new(80,80,80)) +local temp = f:newScrollMenu("System Threads") +temp:setRef{ + [[fitFont()]], +} +local f +for i=1,20 do + hmm=temp:addItem("Item "..i, math.random(30,60), 5) + hmm:OnReleased(function(b,self) + print(self.text) + end) + if i == 1 then + f = hmm + end +end +temp:removeItem(f) function love.update() multi:uManager() end