34 lines
654 B
INI
34 lines
654 B
INI
|
list=[{
|
||
|
"base": &"Area2D",
|
||
|
"class": &"Bullet",
|
||
|
"icon": "",
|
||
|
"is_abstract": false,
|
||
|
"is_tool": false,
|
||
|
"language": &"GDScript",
|
||
|
"path": "res://Scripts/Bullet.gd"
|
||
|
}, {
|
||
|
"base": &"RigidBody2D",
|
||
|
"class": &"Crate",
|
||
|
"icon": "",
|
||
|
"is_abstract": false,
|
||
|
"is_tool": false,
|
||
|
"language": &"GDScript",
|
||
|
"path": "res://Scripts/crate.gd"
|
||
|
}, {
|
||
|
"base": &"Node2D",
|
||
|
"class": &"GameController",
|
||
|
"icon": "",
|
||
|
"is_abstract": false,
|
||
|
"is_tool": false,
|
||
|
"language": &"GDScript",
|
||
|
"path": "res://Scripts/gamecontroller.gd"
|
||
|
}, {
|
||
|
"base": &"CharacterBody2D",
|
||
|
"class": &"Player",
|
||
|
"icon": "",
|
||
|
"is_abstract": false,
|
||
|
"is_tool": false,
|
||
|
"language": &"GDScript",
|
||
|
"path": "res://Scripts/player.gd"
|
||
|
}]
|