File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ whatever I felt like pushing to this repo for testing purposes. Sorry to the 0 p
2121
2222---
2323
24- On Godot version 4.4.1 (updating soon)
24+ On Godot version 4.5.1
2525
2626Using [ godot-rust/gdext] ( https://github.com/godot-rust/gdextension ) for most of
2727the stuff, because of the type system. Prefer GDScript for things that probably
Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ impl World {
133133 pub fn start_battle ( eid : StringName ) {
134134 let enemy_data = EnemyData :: from_registry ( eid. clone ( ) ) ;
135135
136- // TODO: THIS BELONGS IN STATSINTERFACE!!!!!!!! WTF
137136 si ( ) . bind_mut ( ) . battling . push ( enemy_data. clone ( ) ) ;
138137 let world = World :: singleton ( ) ;
139138
You can’t perform that action at this time.
0 commit comments