mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Fix GDScript code style regarding colon (demos)
This commit is contained in:
@@ -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",
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
@@ -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 = {}
|
||||
|
||||
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user