Working Code
Create a Plugin with this code, for Working Sammi Socket Connection.
This commit is contained in:
parent
03c0c804b0
commit
eacd8d72af
5 changed files with 33 additions and 5 deletions
9
test_godot.tscn
Normal file
9
test_godot.tscn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bs53go6esgusj"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://byipe2kjrnbqu" path="res://test_godot.gd" id="1_pyjj8"]
|
||||
|
||||
[node name="TestGodot" type="Node2D"]
|
||||
script = ExtResource("1_pyjj8")
|
||||
|
||||
[node name="HTTPRequest" type="HTTPRequest" parent="."]
|
||||
accept_gzip = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue