This commit is contained in:
nsubiron 2019-03-19 13:04:09 +01:00
parent 9f34e37825
commit 426bee6d81
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ def main():
# at random.
bp = random.choice(blueprint_library.filter('vehicle'))
# A blueprint contains the list of attributes that define a vehicle
# A blueprint contains the list of attributes that define a vehicle's
# instance, we can read them and modify some of them. For instance,
# let's randomize its color.
if bp.has_attribute('color'):