Skip to content

Commit

Permalink
remove scene object registry
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanNano committed Jan 11, 2024
1 parent 00d14a3 commit 94bcc2d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 463 deletions.
1 change: 0 additions & 1 deletion native/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ mod scripts;
mod terrain_builder;

use godot::prelude::{gdextension, ExtensionLibrary, InitLevel};
use godot_rust_script;

struct NativeLib;

Expand Down
1 change: 0 additions & 1 deletion native/src/scripts/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mod particles;
mod scene_object_registry;
mod spawner;

godot_rust_script::setup_library!();
Loading

0 comments on commit 94bcc2d

Please sign in to comment.