Browse Source

Minor Cleanup

pull/1/head v1.0
Ryan Reed 1 year ago
parent
commit
320bba4936
2 changed files with 1 additions and 1 deletions
  1. +1
    -0
      .gitignore
  2. +0
    -1
      world.gd

+ 1
- 0
.gitignore View File

@ -4,6 +4,7 @@
export.cfg
export_presets.cfg
.godot/
exports/
# Imported translations (automatically generated from CSV files)
*.translation


+ 0
- 1
world.gd View File

@ -100,7 +100,6 @@ func process_generation() -> void:
## Create the cell using the rendering server
func create_cell(pos: Vector2) -> RID:
var world_size = world.size()
if world[pos.x][pos.y] is RID: return world[pos.x][pos.y]
var rs = RenderingServer


Loading…
Cancel
Save