migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
1.14k stars 76 forks source link

Make default Color init match GDScript #372

Closed tishin closed 9 months ago

tishin commented 9 months ago

In GDScript Color() constructs a non-transparent black: (0, 0, 0, 1)

migueldeicaza commented 9 months ago

Thank you! Another great find