일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- aa77
- 본전통 철당간
- youtube vanced설치
- 사단장이보고있다
- 사단장이 보고있다.
- 유튜브 밴스트 설치
- 청주 철당간
- portwell
- 테슬라공장
- index match
- 청상추 삼겹살
- gt-8
- UFO
- 성안길 철당간
- Alien
- 아무도 흔들 수 없는 나라
- 사운드 효과
- 밴스드설치방법
- 아듀이노 8
- 아듀이노 프로
- 예능에서 효과
- 유튜브모바일광고차단앱
- gt-6
- boss gt
- 믄재인
- ads.txt 가 무었인가요
- 비듬나물 무침
- 밴스드 설치
- 인텍스 매치
- godot
- Today
- Total
목록전체 글 (83)
Dreams Come True Studio
고닷 게임 엔진 커스터 마이징 고닷 stable 소스https://github.com/godotengine/godot/releases FireBase Modules for admobhttps://github.com/FrogSquare/GodotFireBase OS 별 dependence Debian / Ubuntusudo apt-get install build-essential scons pkg-config libx11-dev libxcursor-dev libxinerama-dev \ libgl1-mesa-dev libglu-dev libasound2-dev libpulse-dev libfreetype6-dev libssl-dev libudev-dev \ libxrandr-devFedorasudo dnf..
extends Panel # Member variables here, example:# var a=2# var b="textvar" func _ready():# Initalization herepass func _on_goto_scene_pressed():get_tree().change_scene("res://scene_b.scn")pass # Replace with function body
InputEventNONEEmpty Input Event.InputEventKeyKEYContains a scancode and unicode value, as well as modifiers.InputEventMouseButtonMOUSE_BUTTONContains click information, such as button, modifiers, etc.InputEventMouseMotionMOUSE_MOTIONContains motion information, such as relative, absolute positions and speed.InputEventJoystickMotionJOYSTICK_MOTIONContains Joystick/Joypad analog axis information.I..