Fix GDScript code style regarding colon (demos)

This commit is contained in:
Danil Alexeev
2023-03-05 16:39:34 +03:00
parent 3696e43696
commit 285139fc4e
20 changed files with 45 additions and 45 deletions

View File

@@ -55,8 +55,8 @@ var _tests = [
"path": "res://tests/performance/test_perf_contacts.tscn",
},
{
"id" : "Performance Tests/Contact Islands",
"path" : "res://tests/performance/test_perf_contact_islands.tscn",
"id": "Performance Tests/Contact Islands",
"path": "res://tests/performance/test_perf_contact_islands.tscn",
},
]

View File

@@ -25,7 +25,7 @@ var _body_scene = {}
var _key_list = []
var _current_body_index = 0
var _current_body_key = ""
var _current_body : PhysicsBody3D = null
var _current_body: PhysicsBody3D = null
var _body_type = ["CharacterBody3D", "RigidBody"]
var _shapes = {}

View File

@@ -9,7 +9,7 @@ class TestData:
var _test_list = []
var _current_test = null
var _current_test_scene : Node = null
var _current_test_scene: Node = null
func _ready():