Added buch of stuff
This commit is contained in:
10
nodes/robots/coding/cpu.tscn
Normal file
10
nodes/robots/coding/cpu.tscn
Normal file
@@ -0,0 +1,10 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user