mirror of
https://github.com/Ed94/LangStudies.git
synced 2025-01-22 04:23:45 -08:00
BAPFS Lecture 16
This commit is contained in:
parent
37e4b8874e
commit
83b0ee2974
@ -11,5 +11,5 @@ def multi_variable(a, b)
|
||||
return a * b;
|
||||
}
|
||||
|
||||
// square(2);
|
||||
square(2);
|
||||
|
||||
|
@ -13,7 +13,7 @@ while (index < str.Length)
|
||||
{
|
||||
str[index];
|
||||
|
||||
// console.log(index, str[index]);
|
||||
console.log(index, str[index]);
|
||||
|
||||
index += 1;
|
||||
}
|
||||
|
1258
Editor/Lectures/Lecture.16.gd
Normal file
1258
Editor/Lectures/Lecture.16.gd
Normal file
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,7 @@ config/icon="res://Assets/Branding/RDP_Class_cover_small.png"
|
||||
[autoload]
|
||||
|
||||
GScene="*res://Lectures/Lecture.tscn"
|
||||
GScript="*res://Lectures/Lecture.15.gd"
|
||||
GScript="*res://Lectures/Lecture.16.gd"
|
||||
|
||||
[gui]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user