Coder Social home page Coder Social logo

godot-fs-test-06's Introduction

Test Filesystem for Godot Projects

Considerations

Ability to save assets and source files for content produced in external editors to be paired to project files.

The project.godot file is saved a level deeper in scanned project directory under project/.

  • Files can be saved one level up relative to Godot project root.
  • Files saved in the main directory will not interfere with Godot's realtime filesystem monitoring at res://

Created import_stage directory in main directory to house saved files from external editors. Work produced in these editors can then be imported into the project root directories to be utilized in project.

Tree View of Filesystem and Folder Structure

.
├── README.md
├── .gitignore
├── .github/
│   └── workflows/
│       └── godot_ci.yml
├── build/
│   └── win/
│       └── game.exe.test
├── docs/
│   └── filesystem.md
├── import_stage/
│   ├── effect.acd
│   ├── player.xcf
│   ├── player_tileset.xcf
│   └── song.sfas
└── project/
    ├── addons/
    │   └── godot-git-plugin/
    ├── default_env.tres
    ├── icon.png
    ├── icon.png.import
    ├── project.godot
    ├── src/
    │   ├── Level.tscn
    │   └── Level.tscn
    ├── assets/
    │   ├── sprites/
    │   │   ├── player.png
    │   │   └── player_tileset.png
    │   ├── music/
    │   │   └── song.ogg
    │   └── sounds/
    │       └── effect.wav
    └── test/
        └── unit/
            └── test_player.gd

godot-fs-test-06's People

Contributors

tomesprout avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.