Skip to content

meisei4/samuel-beckett

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godot investigation project

Godot using the CLI: https://docs.godotengine.org/en/stable/tutorials/editor/command_line_tutorial.html

Setup

  1. Generate Assets
    Run the following command to generate circle.png and background.png assets (or just any GDScript:

    godot --headless -s generate_assets.gd
  2. Import Assets
    After generating, import the assets and set up all the meta-data that godot needs to run:

    godot --headless --import
  3. Run the Main Scene
    Start the main scene by running:

    godot

Requirements

  • Godot installed

About

godot learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published