Commit 995f35fd authored by Houkime's avatar Houkime

push localhost by default deeper

parent 7a1a6c7f
extends Spatial
class_name ModbusSpatial
export var address = "192.168.56.1"
export var address = "127.0.0.1"
export var port = 5020
var ms
......
......@@ -45,7 +45,6 @@ far = 8192.0
[node name="Pusher" type="Spatial" parent="."]
transform = Transform( -8.14603e-08, 0, -0.5, 0, 0.5, 0, 0.5, 0, -8.14603e-08, 5, 1, -1 )
script = ExtResource( 1 )
address = "127.0.0.1"
port = 5040
[node name="MeshInstance" type="MeshInstance" parent="Pusher"]
......@@ -76,7 +75,6 @@ material/0 = null
[node name="Sensor" parent="." instance=ExtResource( 4 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 4, 0 )
address = "127.0.0.1"
port = 5010
[node name="Conveyor" parent="." instance=ExtResource( 5 )]
......
......@@ -14,7 +14,7 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://Modbus_Server.gd"
}, {
"base": "",
"base": "Reference",
"class": "ModbusServerNative",
"language": "NativeScript",
"path": "res://simple.gdns"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment