Small fixes
This commit is contained in:
parent
33eb6187a0
commit
bfce0362b9
4 changed files with 2 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ pub struct Plant {
|
||||||
|
|
||||||
#[godot_api]
|
#[godot_api]
|
||||||
impl INode2D for Plant {
|
impl INode2D for Plant {
|
||||||
|
//
|
||||||
fn ready(&mut self) {
|
fn ready(&mut self) {
|
||||||
let Some(genome) = self.genome.clone() else { return; };
|
let Some(genome) = self.genome.clone() else { return; };
|
||||||
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
use godot::prelude::*;
|
use godot::prelude::*;
|
||||||
|
|
||||||
pub mod genetics;
|
pub mod genetics;
|
||||||
pub mod wrapper;
|
pub mod godot_wrapper;
|
||||||
|
|
||||||
struct PVZGenetics;
|
struct PVZGenetics;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue