├── ._sc_ ├── .gitignore ├── AL ├── Algorithm-0.png ├── Algorithm-0.png.import ├── Algorithm-1.png ├── Algorithm-1.png.import ├── Algorithm-2.png ├── Algorithm-2.png.import ├── Algorithm-3.png ├── Algorithm-3.png.import ├── Algorithm-4.png ├── Algorithm-4.png.import ├── Algorithm-5.png ├── Algorithm-5.png.import ├── Algorithm-6.png ├── Algorithm-6.png.import ├── Algorithm-7.png ├── Algorithm-7.png.import └── algorithms.ai ├── LICENSE ├── Main.gd ├── Main.tscn ├── OperatorPanel.gd ├── OperatorPanel.tscn ├── README.md ├── alut.dll ├── at.svg ├── at.svg.import ├── default.cfg ├── default_env.tres ├── exampleLibrary ├── Eiyuu_Densetsu_II_-_12_-_Field.opm ├── Revenge_of_Shinobi_-_Ninja_Step.opm ├── Streets_of_Rage_2_-_Go_Straight_(Beatmix).opm └── Time_Trax_01_-_Title_Screen_Credits.opm ├── fmgon_test.exe ├── gear.svg ├── gear.svg.import ├── icon.clip ├── icon.png ├── icon.png.import ├── icon128.ico ├── icon128.png ├── icon128.png.import ├── open-folder.svg ├── open-folder.svg.import └── project.godot /._sc_: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/.gitignore -------------------------------------------------------------------------------- /AL/Algorithm-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-0.png -------------------------------------------------------------------------------- /AL/Algorithm-0.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-0.png.import -------------------------------------------------------------------------------- /AL/Algorithm-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-1.png -------------------------------------------------------------------------------- /AL/Algorithm-1.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-1.png.import -------------------------------------------------------------------------------- /AL/Algorithm-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-2.png -------------------------------------------------------------------------------- /AL/Algorithm-2.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-2.png.import -------------------------------------------------------------------------------- /AL/Algorithm-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-3.png -------------------------------------------------------------------------------- /AL/Algorithm-3.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-3.png.import -------------------------------------------------------------------------------- /AL/Algorithm-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-4.png -------------------------------------------------------------------------------- /AL/Algorithm-4.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-4.png.import -------------------------------------------------------------------------------- /AL/Algorithm-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-5.png -------------------------------------------------------------------------------- /AL/Algorithm-5.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-5.png.import -------------------------------------------------------------------------------- /AL/Algorithm-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-6.png -------------------------------------------------------------------------------- /AL/Algorithm-6.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-6.png.import -------------------------------------------------------------------------------- /AL/Algorithm-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-7.png -------------------------------------------------------------------------------- /AL/Algorithm-7.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/Algorithm-7.png.import -------------------------------------------------------------------------------- /AL/algorithms.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/AL/algorithms.ai -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/LICENSE -------------------------------------------------------------------------------- /Main.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/Main.gd -------------------------------------------------------------------------------- /Main.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/Main.tscn -------------------------------------------------------------------------------- /OperatorPanel.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/OperatorPanel.gd -------------------------------------------------------------------------------- /OperatorPanel.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/OperatorPanel.tscn -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/README.md -------------------------------------------------------------------------------- /alut.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/alut.dll -------------------------------------------------------------------------------- /at.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/at.svg -------------------------------------------------------------------------------- /at.svg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/at.svg.import -------------------------------------------------------------------------------- /default.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/default.cfg -------------------------------------------------------------------------------- /default_env.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/default_env.tres -------------------------------------------------------------------------------- /exampleLibrary/Eiyuu_Densetsu_II_-_12_-_Field.opm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/exampleLibrary/Eiyuu_Densetsu_II_-_12_-_Field.opm -------------------------------------------------------------------------------- /exampleLibrary/Revenge_of_Shinobi_-_Ninja_Step.opm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/exampleLibrary/Revenge_of_Shinobi_-_Ninja_Step.opm -------------------------------------------------------------------------------- /exampleLibrary/Streets_of_Rage_2_-_Go_Straight_(Beatmix).opm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/exampleLibrary/Streets_of_Rage_2_-_Go_Straight_(Beatmix).opm -------------------------------------------------------------------------------- /exampleLibrary/Time_Trax_01_-_Title_Screen_Credits.opm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/exampleLibrary/Time_Trax_01_-_Title_Screen_Credits.opm -------------------------------------------------------------------------------- /fmgon_test.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/fmgon_test.exe -------------------------------------------------------------------------------- /gear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/gear.svg -------------------------------------------------------------------------------- /gear.svg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/gear.svg.import -------------------------------------------------------------------------------- /icon.clip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/icon.clip -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/icon.png -------------------------------------------------------------------------------- /icon.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/icon.png.import -------------------------------------------------------------------------------- /icon128.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/icon128.ico -------------------------------------------------------------------------------- /icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/icon128.png -------------------------------------------------------------------------------- /icon128.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/icon128.png.import -------------------------------------------------------------------------------- /open-folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/open-folder.svg -------------------------------------------------------------------------------- /open-folder.svg.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/open-folder.svg.import -------------------------------------------------------------------------------- /project.godot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobuyukinyuu/bambooCopy/HEAD/project.godot --------------------------------------------------------------------------------