11 lines
348 B
Plaintext
11 lines
348 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://crtis0eyywl61"]
|
|
|
|
[ext_resource type="Script" uid="uid://b87ksbp5mjn2a" path="res://nodes/robots/coding/cpu.gd" id="1_mh3k1"]
|
|
|
|
[node name="CPU" type="Node"]
|
|
script = ExtResource("1_mh3k1")
|
|
|
|
[node name="CPUClock" type="Timer" parent="."]
|
|
|
|
[connection signal="timeout" from="CPUClock" to="." method="_tick"]
|