Skip to content

Commit 338cbbc

Browse files
committed
Refactor entity.gd: clean up commented code and improve formatting
1 parent 2d6945e commit 338cbbc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

script_templates/Node/entity.gd

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ extends Entity
55

66
# func on_ready() -> void:
77
# # we probably want to sync the component transform to the node transform
8-
# Utils.sync_transform(self)
9-
8+
# ECSUtils.sync_transform(self)
109

1110
#func on_update(delta: float) -> void:
12-
#pass
13-
11+
#pass
1412

1513
#func on_destroy() -> void:
16-
#pass
14+
#pass

0 commit comments

Comments
 (0)