Many tweaks thanks to IAmActuallyCthulhu

Also change apostrophes to double quotes and update C# projects
This commit is contained in:
Aaron Franke
2020-06-28 03:29:20 -04:00
parent 866f826124
commit 006309bd6f
64 changed files with 216 additions and 188 deletions

View File

@@ -31,7 +31,7 @@ func apply_pressed():
printerr("Material Creator: Can't apply the material, because there are no nodes selected!")
var material = _silly_resource_from_values().make_material()
# Go through the selected nodes and see if they have the 'set_surface_material'
# Go through the selected nodes and see if they have the "set_surface_material"
# function (which only MeshInstance has by default). If they do, then set the material
# to the silly material.
for node in selected_nodes: