|
list=Array[Dictionary]([{ |
|
"base": &"Node3D", |
|
"class": &"AIController", |
|
"icon": "", |
|
"language": &"GDScript", |
|
"path": "res://AIController.gd" |
|
}, { |
|
"base": &"Node3D", |
|
"class": &"CharacterModel", |
|
"icon": "", |
|
"language": &"GDScript", |
|
"path": "res://tbot_model.gd" |
|
}, { |
|
"base": &"Node2D", |
|
"class": &"ISensor2D", |
|
"icon": "", |
|
"language": &"GDScript", |
|
"path": "res://addons/godot_rl_agents/sensors/sensors_2d/ISensor2D.gd" |
|
}, { |
|
"base": &"Node3D", |
|
"class": &"ISensor3D", |
|
"icon": "", |
|
"language": &"GDScript", |
|
"path": "res://addons/godot_rl_agents/sensors/sensors_3d/ISensor3D.gd" |
|
}, { |
|
"base": &"CharacterBody3D", |
|
"class": &"Player", |
|
"icon": "", |
|
"language": &"GDScript", |
|
"path": "res://player.gd" |
|
}, { |
|
"base": &"Area3D", |
|
"class": &"PlayerHitBox", |
|
"icon": "", |
|
"language": &"GDScript", |
|
"path": "res://PlayerHitBox.gd" |
|
}, { |
|
"base": &"State", |
|
"class": &"PlayerState", |
|
"icon": "", |
|
"language": &"GDScript", |
|
"path": "res://state_machine/player_state.gd" |
|
}, { |
|
"base": &"Node3D", |
|
"class": &"Projectile", |
|
"icon": "", |
|
"language": &"GDScript", |
|
"path": "res://projectile.gd" |
|
}, { |
|
"base": &"Node3D", |
|
"class": &"RGBCameraSensor3D", |
|
"icon": "", |
|
"language": &"GDScript", |
|
"path": "res://addons/godot_rl_agents/sensors/sensors_3d/RGBCameraSensor3D.gd" |
|
}, { |
|
"base": &"ISensor3D", |
|
"class": &"RayCastSensor3D", |
|
"icon": "", |
|
"language": &"GDScript", |
|
"path": "res://addons/godot_rl_agents/sensors/sensors_3d/RaycastSensor3D.gd" |
|
}, { |
|
"base": &"ISensor2D", |
|
"class": &"RaycastSensor2D", |
|
"icon": "", |
|
"language": &"GDScript", |
|
"path": "res://addons/godot_rl_agents/sensors/sensors_2d/RaycastSensor2D.gd" |
|
}, { |
|
"base": &"Node", |
|
"class": &"State", |
|
"icon": "", |
|
"language": &"GDScript", |
|
"path": "res://state_machine/state.gd" |
|
}, { |
|
"base": &"Node", |
|
"class": &"StateMachine", |
|
"icon": "", |
|
"language": &"GDScript", |
|
"path": "res://state_machine/state_machine.gd" |
|
}]) |
|
|