gitextract_hsveppvz/ ├── .gitignore ├── LICENSE ├── README.md └── godot-3-presentation/ ├── assets/ │ └── theme/ │ ├── fonts/ │ │ ├── CJK/ │ │ │ └── NotoSansCJKjp-Medium.otf │ │ ├── code_source_pro_18.tres │ │ ├── default_noto_30.tres │ │ ├── subtitle_montserrat.tres │ │ ├── subtitle_noto.tres │ │ ├── title_montserrat.tres │ │ └── title_noto.tres │ ├── godot.theme │ └── sprites/ │ ├── footer_dusk.png.import │ └── header_dusk.png.import ├── content/ │ ├── demos/ │ │ └── attacks/ │ │ ├── AttackDummies.tscn │ │ ├── characters/ │ │ │ ├── Character.tscn │ │ │ ├── body.png.import │ │ │ ├── character.gd │ │ │ ├── debug/ │ │ │ │ ├── direction/ │ │ │ │ │ ├── DirectionVisualizer.tscn │ │ │ │ │ ├── arrow.png.import │ │ │ │ │ └── direction-visualizer.gd │ │ │ │ ├── source-code-pro-bold.otf │ │ │ │ └── state-visualizer.gd │ │ │ ├── health.gd │ │ │ ├── monster/ │ │ │ │ ├── Dummy.tscn │ │ │ │ └── dummy.png.import │ │ │ ├── player/ │ │ │ │ ├── Player.tscn │ │ │ │ ├── body.png.import │ │ │ │ └── player.gd │ │ │ ├── shadow.png.import │ │ │ └── weapon/ │ │ │ ├── Sword.tscn │ │ │ ├── sword-stick.png.import │ │ │ ├── sword.gd │ │ │ ├── sword.png.import │ │ │ └── weapon-pivot.gd │ │ ├── default_env.tres │ │ ├── global-constants.gd │ │ ├── icon.png.import │ │ └── vfx/ │ │ ├── PoisonBubbles.tscn │ │ └── poison-bubble.png.import │ ├── open_source_games/ │ │ ├── MakingOpenSourceGames.csv │ │ ├── MakingOpenSourceGames.csv.import │ │ ├── MakingOpenSourceGames.en.translation │ │ ├── MakingOpenSourceGames.ja.translation │ │ ├── MakingOpenSourceGames.tscn │ │ ├── ThankYou.tscn │ │ ├── img/ │ │ │ ├── blender-open-movie.jpg.import │ │ │ ├── code-guidelines-1.png.import │ │ │ ├── code-guidelines-2.png.import │ │ │ ├── contributor-review-2.png.import │ │ │ ├── contributor-review.png.import │ │ │ ├── discord-openrpg.png.import │ │ │ ├── gdquest-github-profile.png.import │ │ │ ├── krita.png.import │ │ │ ├── ks-campaign.png.import │ │ │ ├── open-arpg-demo.png.import │ │ │ ├── openrpg-0.3-combat.png.import │ │ │ ├── openrpg-contributions-community.png.import │ │ │ ├── thumbnail.jpg.import │ │ │ └── yt-videos.png.import │ │ └── slides/ │ │ ├── HowCrowdfunding.tscn │ │ ├── HowEmpoweringCommunity.tscn │ │ ├── HowKrita.tscn │ │ ├── HowSupportiveCommunity.tscn │ │ ├── MakingGamesTogether.tscn │ │ ├── OpenGameProjects.tscn │ │ ├── OpenSourceGamesTitle.tscn │ │ ├── WeMakeFreeContent.tscn │ │ ├── WhyCodebase.tscn │ │ └── WhySharingKnowledge.tscn │ ├── power_pitch/ │ │ ├── PowerPitch.csv │ │ ├── PowerPitch.csv.import │ │ ├── PowerPitch.de.translation │ │ ├── PowerPitch.en.translation │ │ ├── PowerPitch.es.translation │ │ ├── PowerPitch.fr.translation │ │ ├── PowerPitch.id.translation │ │ ├── PowerPitch.it.translation │ │ ├── PowerPitch.ja.translation │ │ ├── PowerPitch.ko.translation │ │ ├── PowerPitch.pl.translation │ │ ├── PowerPitch.pt_BR.translation │ │ ├── PowerPitch.sk.translation │ │ ├── PowerPitch.tscn │ │ ├── PowerPitch.uk_UA.translation │ │ ├── PowerPitch.zh.translation │ │ ├── img/ │ │ │ ├── animation/ │ │ │ │ ├── anim-editor-01.png.import │ │ │ │ ├── anim-editor-02.png.import │ │ │ │ ├── anim-editor-03.png.import │ │ │ │ ├── animation-editor-1.png.import │ │ │ │ ├── animation-editor-3.png.import │ │ │ │ └── animation-state-machine-2.png.import │ │ │ ├── car-3d.jpg.import │ │ │ ├── code-gdscript-visualscript.png.import │ │ │ ├── conversation-editor.png.import │ │ │ ├── create-anything/ │ │ │ │ ├── Ex-Zodiac.png.import │ │ │ │ ├── procedural-mesh-tool-bastiaan-.jpg.import │ │ │ │ ├── procedural-mesh-tool-bastiaan-2-1280x720.jpg.import │ │ │ │ └── rpg-in-a-box-02-small.jpg.import │ │ │ ├── csharp.png.import │ │ │ ├── daisy-dangerous-game-securas-1280x720.jpg.import │ │ │ ├── docs-community-websites.png.import │ │ │ ├── docs-integrated-help.png.import │ │ │ ├── gdquest-business-card.png.import │ │ │ ├── gdscript-editor-3.1.jpg.import │ │ │ ├── godot-3.1-editor-2d-720p.jpg.import │ │ │ ├── godot-3.1-editor-tps-demo-720p.jpg.import │ │ │ ├── godot-editor.png.import │ │ │ ├── godot-pres-intro.png.import │ │ │ ├── made-with-godot.png.import │ │ │ ├── mesh2d_bones.png.import │ │ │ ├── modern-engine.jpg.import │ │ │ ├── new_3d_renderer-1264x720.jpg.import │ │ │ ├── new_material_params.jpg.import │ │ │ ├── repo-health.png.import │ │ │ ├── robi-open-tps.jpg.import │ │ │ ├── teddy-game.jpg.import │ │ │ └── user-interface/ │ │ │ ├── ui-result.png.import │ │ │ └── ui-theme-editor.png.import │ │ └── slides/ │ │ ├── A_free_modern_engine.tscn │ │ ├── All-in-one_package.tscn │ │ ├── CodeFreely.tscn │ │ ├── CreateAnything.tscn │ │ ├── Godot_is_in_great_shape.tscn │ │ ├── How_to_get_started.tscn │ │ ├── Learn_from_simple_free_demos.tscn │ │ ├── Made_with_godot.tscn │ │ ├── Professionals_use_godot.tscn │ │ ├── State_of_the_art_3d_engine.tscn │ │ ├── Thank_you.tscn │ │ ├── Title.tscn │ │ └── Virtual_and_augmented_reality.tscn │ ├── tokyo_indies_pitch/ │ │ ├── TokyoIndies.tscn │ │ ├── img/ │ │ │ ├── banner-power-sequencer-1.1.jpg.import │ │ │ ├── crackshot-tileset-editor.png.import │ │ │ ├── godot-slides-2-logo.jpg.import │ │ │ ├── intro-godot-game-engine.jpg.import │ │ │ ├── open-rpg-banner.png.import │ │ │ ├── tilemap-editor-crackshot-securas.png.import │ │ │ ├── youtube-1.png.import │ │ │ └── youtube-2.png.import │ │ └── slides/ │ │ ├── Intro_Nathan.tscn │ │ ├── ModularAndExtensible.tscn │ │ ├── Thank_you_tokyo_indies.tscn │ │ └── TokyoIndiesTitle.tscn │ └── video/ │ ├── shooter-game.ogv │ ├── shooter-game.ogv.import │ ├── vr-capture.ogv │ └── vr-capture.ogv.import ├── default_env.tres ├── icon.png.import ├── project.godot └── src/ ├── presentation/ │ ├── Presentation.gd │ ├── Presentation.tscn │ └── Slides.gd ├── shaders/ │ ├── TransitionColor.tscn │ ├── masks/ │ │ ├── curtain.png.import │ │ ├── from_center.png.import │ │ └── shards.png.import │ ├── outline.material │ ├── outline.shader │ ├── transition.material │ └── transition.shader ├── slide/ │ ├── Margin.gd │ ├── Slide.gd │ ├── Slide.tscn │ ├── layout/ │ │ ├── Grid.tscn │ │ └── Row.tscn │ ├── subtitle_font.tres │ └── widgets/ │ ├── Body.tscn │ ├── Column.tscn │ ├── Demo.tscn │ ├── Footer.gd │ ├── Footer.tscn │ ├── Header/ │ │ ├── Subtitle.gd │ │ └── Title.gd │ ├── Header.gd │ ├── Header.tscn │ ├── Picture.tscn │ ├── PictureSlideshow.gd │ ├── PictureSlideshow.tscn │ ├── TextBox.gd │ ├── TextBox.tscn │ ├── Video.gd │ ├── Video.tscn │ └── text_edit/ │ ├── TextEdit.gd │ ├── TextEdit.tscn │ └── keywords.json └── touch_controls/ ├── InputEventSwipe.gd ├── TouchControls.gd ├── TouchControls.tscn ├── swipe_detector/ │ ├── SwipeDetector.gd │ └── SwipeDetector.tscn └── touch_button/ ├── TouchButton.gd ├── TouchButton.tscn ├── TouchButtonLeft.tscn ├── TouchButtonRight.tscn ├── arrow_left.png.import └── arrow_right.png.import