change the game name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[gd_resource type="NativeScript" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://gdnative/libjuego.tres" type="GDNativeLibrary" id=1]
|
||||
[ext_resource path="res://gdnative/libalai.tres" type="GDNativeLibrary" id=1]
|
||||
|
||||
[resource]
|
||||
resource_name = "Main"
|
||||
|
@@ -5,6 +5,5 @@
|
||||
|
||||
[node name="Main" type="Node"]
|
||||
script = ExtResource( 1 )
|
||||
launch_screen = 0
|
||||
|
||||
[node name="Level1" parent="." instance=ExtResource( 2 )]
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[gd_resource type="NativeScript" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://gdnative/libjuego.tres" type="GDNativeLibrary" id=1]
|
||||
[ext_resource path="res://gdnative/libalai.tres" type="GDNativeLibrary" id=1]
|
||||
|
||||
[resource]
|
||||
resource_name = "Player"
|
||||
|
7
godot/gdnative/libalai.tres
Normal file
7
godot/gdnative/libalai.tres
Normal file
@@ -0,0 +1,7 @@
|
||||
[gd_resource type="GDNativeLibrary" format=2]
|
||||
|
||||
[resource]
|
||||
entry/Windows.64 = "res://gdnative/windows.64/libalai.dll"
|
||||
entry/X11.64 = "res://gdnative/linux.64/libalai.so"
|
||||
dependency/Windows.64 = [ ]
|
||||
dependency/X11.64 = [ ]
|
@@ -1,7 +0,0 @@
|
||||
[gd_resource type="GDNativeLibrary" format=2]
|
||||
|
||||
[resource]
|
||||
entry/Windows.64 = "res://gdnative/windows.64/libjuego.dll"
|
||||
entry/X11.64 = "res://gdnative/linux.64/libjuego.so"
|
||||
dependency/Windows.64 = [ ]
|
||||
dependency/X11.64 = [ ]
|
@@ -10,7 +10,8 @@ config_version=4
|
||||
|
||||
[application]
|
||||
|
||||
config/name="Juego"
|
||||
config/name="Alai"
|
||||
config/description="This game is for testing an Artificial Intelligence."
|
||||
run/main_scene="res://Main.tscn"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
|
Reference in New Issue
Block a user