บทความ

How to export png file in Krita

รูปภาพ
 Hi today we will show you how to export png file in krita it's very easy  the first open your project for exporting then click file on left top of program click Export. choose folder you want to save file and rename press save click OK it's finished so easy for exporting  thank you very much for reading my blog

How to Export Window Desktop game in godot

รูปภาพ
  hi everyone welcome to zebrabear blog to day i will going to show how to export .exe for running game ok let's go  first open your project click Project then choose Export will appear like this Click Add.. Click Window Desktop click  Manage Export templates. click Download and install wait for downloading  it takes a little time.(i think that) ok it's finished oh my godot will not working click close this window open Project and choose Export again Click Export Project.. type your name for export .exe click save cannot export you must to turn off Modify Resourses Click turn off then Export Project again click save then Export go to folder your project godot then run Mygame.exe yeah it's work now thank you for reading my blog

How to click button count up in Godot

รูปภาพ
 Hi everyone to day i wll going show how to click button count number up in Godot. open your project first. right click Node2D then choose Add Child Node type button in search bar then choose button resize button what you want right click Node2D again choose Attach Script. click create click Node button one time click node then choose pressed() function click create create variable for count number and wil show in screen when press button  function _on_button_pressed(): count += 1 then will plus variable count +1 when press button then click right Node2D again choose Add Child Node type label in search bar when choose Label go to 2D scene change position and resize. i will located it center. then back to script type $Label.text  = str(count) this function it's finished you can press f5 to run when click one time number will appear top here thank you for reading my blog